@import url("color.css");
@import url("font-awesome.css");
@import url("//at.alicdn.com/t/c/font_2785572_bvixp4pfvpi.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	overflow-x:hidden;
	min-width:1400px;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.clear{
	width:100%;
	clear:both;
}

.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin-top:15px;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	font-weight:700;
	color:#fff;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.search{
	overflow:hidden;
	width: 320px;
	height: 45px;
	border: 1px solid #ddd;
	float: right;
	margin-left: 15px;
}
.key_text{
	height:45px;
	float:left;
	width:263px;
	overflow:hidden;
	line-height:45px;
	outline:none;
	border:1px solid #ccc;
	padding-left: 10px;
	background:#fff;
	border-right: none;
}
.search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width: 55px;
	height:45px;
	overflow:hidden;
	text-align:center;
	background:#d51919;
	line-height: 55px;
	text-align: center;
}
.search_btn span,
.search_btn i{
	font-size: 24px;
	color:#fff;
}
.main{
	width:1400px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:30px;
}
.content img{
	max-width:100%;
	height:auto;
}
.lan{
	width:auto;
	float: right;
	margin-left: 15px;
	line-height: 40px;
}
.lan span{
	display:block;
	float: left;
	margin-left: 20px;
}
.lan a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding-left: 30px;
	/* font-size: 16px; */
	vertical-align: middle;
	color: #fff;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
}

/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#163A84;
	color:rgba(255,255,255,1);
}
#top_zone2 a{
	color:rgba(255,255,255,1);
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
#top_l{
	width:auto;
	float:left;
	line-height:40px;
	color:#333;
}

#top_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 999999;
	color:#333;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:15px;
	line-height:40px;
	color:#333;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
	/* color: #F38D07; */
}
#top_ewm{
	width:80px;
	float:left;
	overflow:hidden;
	text-align: center;
	margin-right: 35px;
	margin-top: 13px;
}
#top_ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin: 0px auto 6px auto;
}
#header_zone{
	width:100%;
	min-width:1400px;
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	transition: 0.6s;
	/* background:rgba(0,0,0,0.5); */
	/* border-bottom: 2px solid #0085D2; */
}
.header_zone{
	width:100%;
	min-width:1400px;
	position:relative;
	z-index:99999;
	overflow: visible;
	background: #fff;
}
.fixed_header_zone{
	position:fixed!important;
	left:0;
	top:0!important;
	z-index:999999;
	transition:0.6s;
	background: rgba(255,255,255,0.8);
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.header{
	width:1400px;
	margin:0px auto 0 auto;
	height:90px;
	overflow: visible;
	position: relative;
	z-index:99999;
}
.logo{
	overflow:hidden;
	float: left;
	height:100%;
	display: flex;
  justify-content:center;
  align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo img{
	display:block;
}
#logo_r{
	float: left;
	overflow: hidden;
	margin-left: 20px;
	padding-left: 20px;
	height: 100%;
	display: flex;
  justify-content:center;
	flex-direction: column;
	background: url(/web/pic/xian.png) left center no-repeat;
}
#logo_r .shang{
	font-size:24px;
	overflow: hidden;
	color: #268ec7;
	font-weight: bold;
}
#logo_r .xia{
	overflow: hidden;
	font-size: 18px;
	margin-top: 8px;
	color: #666;
}
#header_l{
	float:left;
	margin-top:50px;
	font-size:16px;
}
#header_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 9999999;
}
#header_shang{
	overflow: hidden;
	height: 60px;
	padding-top: 15px;
	float: right;
}
#header_follow{
	width:auto;
	overflow:hidden;
	float: right;
	margin-left: 15px;
}
#header_follow a{
	margin-left: 10px;
	display: block;
	float: left;
}
#header_follow a img{
	vertical-align: middle;
}
#header_follow i{
	width:25px;
	height:25px;
	text-align:center;
	/* border: 1px solid #ddd; */
	line-height:25px;
	color: #fff;
	/* background: none!important; */
	font-size:14px;
}
#header_follow i:hover{
	/* color: #E90303;
	border-color: #E90303; */
}
/*左侧带图标右侧上下结构电话*/
#top_tel_01{
	overflow:hidden;
	float: left;
	padding-left: 30px;
	background: url(/web/pic/t.png) left center no-repeat;
	margin-top: 30px;
}
#top_tel_01 .shang{
	display:block;
	overflow: hidden;
	font-size: 14px;
}
#top_tel_01 .xia{
	overflow:hidden;
	display: block;
	font-size:28px;
	color:#268ec7;
	margin-top: -5px;
}
#top_tel_02{
	overflow: hidden;
	margin-top: 20px;
	float: right;
	height: 30px;
	background: url(/web/pic/t.png) left center no-repeat;
	line-height: 30px;
	padding-left: 50px;
}
#top_tel_02 .shang{
	display: inline-block;
	*display: inline;
	*zoom:1;
	overflow: hidden;
	vertical-align:  middle;
}
#top_tel_02 .xia{
	overflow:hidden;
	display: inline-block;
	*display: inline;
	*zoom:1;
	font-size: 24px;
	color: #d30f06;
	vertical-align:  middle;
}

#nav_zone{
	width:100%;
	min-width:1400px;
	height: 50px;
	background:#85c227;
}
.fixednav{
	position:fixed!important;
	z-index:9999999;
	top:0!important;
	left:0;
}
.nav {
	width: auto;
	float: left;
	margin-left:100px;
}
.nav .nLi{
	float: left;
	height:90px;
	position:relative;
	z-index: 99;
	/* background: url(/web/pic/nav_li.png) right center no-repeat; */
}
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 10px;
}
.nav .nLi h3{
	display: block;
	text-transform : uppercase;
}

.nav .nLi .fa-home{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:1px;
	margin:-2px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:50%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:90px;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
}
/*
.nav .sub dl{

}
.nav .sub dl dd{
	width:220px;
	float:left;
	overflow:hidden;
}
.nav .sub dl dd p{
	display:block;
	line-height:30px;

}
.nav .sub dl dd p:hover{
	background:#E7242A;
	transition:0.6s;
}
.nav .sub dl dd p:hover i,.nav .sub dl dd p:hover a{
	color:#fff;
}
.nav .sub dl dd p i{
	margin:0 10px 0 15px;
}
.nav .sub dl dt{
	width:210px;
	float:right;
	overflow:hidden;
}
.nav .sub dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
*/
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.3);
	text-align:left;
	padding: 0 15px;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#fff;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:200px;
	left:100%;
	top:0;
	display:none;
	background:rgba(0,0,0,0.7);
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/*
#sub11{
	width:1400px;
	padding:10px 0;
}

#sub11 dl{
	width:14.6666666%;
	float:left;
	margin:0 1%;
	overflow:hidden;
	text-align:left;
}
#sub11 dl dt{
	display:block;
	width:auto;
	overflow:hidden;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#sub11 dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
#sub11 dl dd{
	margin-top:10px;
}
#sub11 dl a{
	text-align:left;
	text-indent:15px;
}
#sub11 p{
	display:block;
	line-height:30px!important;
	border-bottom:1px dotted #ccc;
}
*/
.nav .nLi:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.nav .nLi:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.nav .nLi:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.nav .nLi:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.nav .nLi:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.nav .nLi:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.nav .nLi:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.nav .nLi:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.nav .nLi:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.nav .nLi:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*-----------------头部end------------------------*/

.index_title_01{
	overflow:hidden;
	text-align:center;
}
.index_title_01 h2,.index_title_01 .shang{
	display: block;
	font-size:30px;
	/* font-weight: bold; */
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
/* .index_title_01 .shang:before{
	content: "";
	width:336px;
	height:9px;
	display:block;
	position:absolute;
	top:50%;
	margin-top: -4.5px;
	left:0;
	background: url(/web/pic/before.png) no-repeat;
	z-index: 10;
}
.index_title_01 .shang:after{
	content: "";
	width:336px;
	height:9px;
	display:block;
	position:absolute;
	top:50%;
	margin-top: -4.5px;
	right:0;
	background: url(/web/pic/after.png) no-repeat;
	z-index: 10;
} */
.index_title_01 .xia{
	display: block;
	/* font-size: 18px; */
	margin-top: 15px;
	color: #666;
}
.index_title_02{
	overflow: hidden;
	text-align: center;
}
.index_title_02 .enname,
.index_title_02 .cnname{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
}
.index_title_02 .cnname{
	font-size: 40px;
	font-weight: bold;
}
.index_title_02 .enname{
	font-size: 40px;
	color: #f2f2f2;
	text-transform: uppercase;
	margin-left: 5px;
}
/*左右标题名称带More*/
.index_title_03{
	overflow:hidden;
}
.index_title_03_left{
	float: left;
	overflow: hidden;
	font-size: 40px;
	text-transform: uppercase;
}
.index_title_03 .more{
	display: block;
	float: right;
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}
.index_title_03 .more:hover{
	color: #268ec7;
}
/*首页名称横线*/
.index_title_04{
	overflow:hidden;
	text-align:center;
}
.index_title_04 .shang{
	overflow: hidden;
	position: relative;
}
.index_title_04 .hou{
	font-size: 70px;
	color: #F2F2F2;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	line-height: 70px;
}
.index_title_04 .qian{
	width: 100%;
	overflow: visible;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 70px;
}
/* .index_title_04_center{
	position: relative;
	overflow: visible;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0 40px;
}
.index_title_04_center:before{
	content: "";
	width: 100px;
	height: 1px;
	display: block;
	background: #666;
	position: absolute;
	right:100%;
	top:50%;
}
.index_title_04_center:after{
	content: "";
	width: 100px;
	height: 1px;
	display: block;
	background: #666;
	position: absolute;
	left:100%;
	top:50%;
} */
.index_title_04 .xia{
	overflow: hidden;
	margin-top: 15px;
	font-size: 16px;
}
/*首页栏目名称带短线*/
.index_title_06{
	overflow:hidden;
	text-align: center;
}
.index_title_06 .shang{
	font-size: 36px;
	overflow: hidden;
	/* font-weight: bold; */
	text-transform: uppercase;
}
.index_title_06 .xia{
	overflow: hidden;
	font-size: 16px;
	margin-top: 10px;
	/* text-transform: uppercase;
	line-height: 25px;
	color: #666; */
}
.index_title_06 .line{
	width:60px;
	display:block;
	height:1px;
	margin:10px auto 0px auto;
	background: #003399;
}
/*--首页分类带圆形遮罩--*/
#lm{
	width:1250px;
	overflow:hidden;
}
#lm li{
	position:relative;
	float:left;
	margin-right:36px;
	overflow:hidden;
	width:170px;
}
#lm li .pic{
	width:170px;
	height:184px;
	display:block;
	overflow:hidden;
}
#lm li img{
	height:auto;
	max-width:100%;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	transition:0.6s;
}
#lm li:hover img{
	transform:scale(1.1);
}

#lm li .zhezhao{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:url(../images/lm_yuan.png) top center no-repeat;
}

#lm li i{
	display:block;
	font-size:44px;
	color:#fff;
	position:absolute;
	top:35%;
	z-index:3;
	margin:0px auto;
	width:100%;
	text-align:center;
	filter:alpha(opacity=50);
      -moz-opacity:0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
	  transition:0.6s;
}
#lm li:hover i{
		filter:alpha(opacity=100);
      -moz-opacity:1;
      -khtml-opacity: 1;
      opacity: 1;
}
#lm li h3{
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
}
#lm li a{
	display:block;
	overflow:hidden;
}
/*仅有一张图片首页横排常用于广告*/
ul.index_tulist{
	width:auto;
	overflow:visible;
}
ul.index_tulist li{
	width:240px;
	height: 240px;
	float:left;
	overflow:hidden;
	transition:0.6s;
	text-align:center;
}
ul.index_tulist li:hover{
	background: rgba(186, 0, 16, 0.1);
}
ul.index_tulist li .pic{
	display: block;
	overflow: hidden;
	margin-top: 5px;
	/* border: 1px solid #ccc; */
}
ul.index_tulist li:hover .pic{
	/* border-color: #0073be; */
}
ul.index_tulist li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
}

ul.index_tulist li:hover img{
	/* transform: scale(1.1); */
}
ul.index_tulist li h3{
	display:block;
	font-size:18px;
	margin-top:15px;
	font-weight:normal;
}
ul.index_tulist li h3 a{

}
ul.index_tulist li p{
	display: block;
	margin-top: 15px;
	color: #666;
	line-height: 25px;
	text-align: center;
}
/*首页标题浮在图片上列表*/
ul.index_cplist_01{
	width:auto;
	overflow:hidden;
}
ul.index_cplist_01 li{
	width: 300px;
	height: 425px;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	/* margin-top: 6.6666666px;
	margin-right: 6.6666666px; */
}
ul.index_cplist_01 li .pic{
	display: block;
	overflow: hidden;
}
ul.index_cplist_01 li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_cplist_01 li:hover img{
	transform:scale(1.1);
}
ul.index_cplist_01 li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	transition: 0.6s;
	background: rgba(0,0,0,0.5);
	padding: 0 10px;
}
ul.index_cplist_01 li:hover a{
	background: transparent;
}
ul.index_cplist_01 li h3{
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	font-size:18px;
	color:#fff;
	/* border: 1px solid #fff; */
	font-weight:normal;
	height: 45px;
	line-height:45px;
	width:100%;
	position: absolute;
	left:10px;
	bottom:20px;
	z-index:15;
	overflow: hidden;
	width: 280px;
	background: #1E218A;
	transition: 0.6s;
}
ul.index_cplist_01 li:hover h3{
	background: #C30D24;
}
/*不规则产品不带遮罩*/
ul.index_cplist_02{
	overflow:visible;
	height: 1160px;
	position: relative;
}
ul.index_cplist_02 li{
	overflow:hidden;
	background: #fff;
	transition:box-shadow .2s linear;
	position: absolute;
	text-align: center;
}
ul.index_cplist_02 li:hover{
	box-shadow:0 0px 16px rgba(0,0,0,.1)
}
ul.index_cplist_02 #li1{
	width: 600px;
	height: 760px;
	top:0;
	left:0;
}
ul.index_cplist_02 #li2{
	width: 580px;
	height: 370px;
	top:0;
	right:0;
}
ul.index_cplist_02 #li3{
	width: 280px;
	height: 370px;
	left:620px;
	top:390px;
}
ul.index_cplist_02 #li4{
	width: 280px;
	height: 370px;
	right:0;
	top:390px;
}
ul.index_cplist_02 #li5{
	width: 380px;
	height: 380px;
	left:0;
	bottom:0;
}
ul.index_cplist_02 #li6{
	width: 380px;
	height: 380px;
	left:410px;
	bottom:0;
}
ul.index_cplist_02 #li7{
	width: 380px;
	height: 380px;
	right:0;
	bottom:0;
}


ul.index_cplist_02 li a{
	display: block;
	overflow: hidden;
}
ul.index_cplist_02 li .pic{
	display: block;
	overflow: hidden;
}
ul.index_cplist_02 li:hover .pic{

}
ul.index_cplist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
ul.index_cplist_02 li:hover img{
	transform: scale(1.1);
}
ul.index_cplist_02 #li1 img{
	max-height: 580px;
}
ul.index_cplist_02 #li2 img{
	max-height: 235px;
}
ul.index_cplist_02 #li3 img,
ul.index_cplist_02 #li4 img{
	max-height: 235px;
}

ul.index_cplist_02 #li5 img,
ul.index_cplist_02 #li6 img,
ul.index_cplist_02 #li7 img{
	max-height: 225px;
}

ul.index_cplist_02 li .title{
	display: block;
	overflow: hidden;
	font-size:18px;
	font-weight: bold;
}
ul.index_cplist_02 li .desc{
	color: #666;
	display: block;
	margin-top: 10px;
}
ul.index_cplist_02 li .detail{
	height: 35px;
	line-height:35px;
	overflow: hidden;
	display: block;
	margin: 20px auto 0 auto;
	width: 120px;
	border: 1px solid #ddd;
	transition: 0.6s;
}
ul.index_cplist_02 li:hover .detail{
	background: #268ec7;
	border-color: #268ec7;
	color: #fff;
}
ul.index_cplist_02 li:hover h3{
	color: #268ec7;
}
/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03{
	width:1250px;
	overflow:visible;
}
dl.index_cplist_03 dd{
	width:375px;
	margin-right:37.5px;
	margin-top:30px;
	float: left;
	position: relative;
	overflow:hidden;
	transition: 0.6s;
	text-align: center;
}
dl.index_cplist_03 dd:hover{

}
dl.index_cplist_03 dd a{
	display: block;
	overflow: visible;
}
dl.index_cplist_03 dd .pic{
	display:block;
	overflow:hidden;
	position: relative;
}
dl.index_cplist_03 dd:hover .pic{
	/* border-color: #E76915; */
	/* box-shadow:0 0px 16px rgba(0,0,0,.18); */
}
dl.index_cplist_03 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin:0px auto 0 auto;
}
dl.index_cplist_03 dd:hover .pic img{
	transform:scale(1.1);
}
dl.index_cplist_03 dd .zhezhao{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	background:rgba(114, 179, 39, 0.8);
	text-align: center;
	transition: 0.6s;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
dl.index_cplist_03 dd:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
dl.index_cplist_03 dd .zhezhao .kuang{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
dl.index_cplist_03 dd .zhezhao h4{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
dl.index_cplist_03 dd .zhezhao i{
	width: 45px;
	height: 45px;
	font-size: 20px;
	overflow: hidden;
	display: block;
	text-align: center;
	text-indent: 2px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	margin-top: 15px;
}
dl.index_cplist_03 dd .zhezhao .desc{
	overflow: hidden;
	margin-top: 10px;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
dl.index_cplist_03 dd .zhezhao .detail{
	width: 120px;
	height: 35px;
	line-height: 35px;
	display: block;
	margin: 15px auto 0 auto;
	border: 1px solid #fff;
	color: #fff;
}

dl.index_cplist_03 dd .dd_xia{
	padding-left: 15px;
	overflow: hidden;
	height: 65px;
	line-height: 65px;
}

dl.index_cplist_03 dd h3{
	overflow: hidden;
	display:block;
	overflow:hidden;
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	color: #fff;
}
dl.index_cplist_03 dd p{
	margin-top: 15px;
	display: block;
	overflow: hidden;
	line-height: 25px;
	height: 50px;
	padding: 0 15px;
}
dl.index_cplist_03 dd h3 .iconfont{
	float: right;
	font-size: 18px;
	width: 30px;
	height: 30px;
	background: #DADADA;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
dl.index_cplist_03 dd .detail{
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-top:30px;
	background: #ddd;
	line-height: 40px;
	padding: 0 30px;

}

/*首页规则产品列表图片上标题下*/
dl.index_cplist_04{
	overflow: hidden;
}
dl.index_cplist_04 dd{
	float:left;
	width:300px;
	transition:.0.6s;
	overflow:hidden;
	margin-top: 30px;
	position: relative;
}
dl.index_cplist_04 dd:hover{

}
dl.index_cplist_04 dd a{
	display: block;
	overflow: hidden;
}
dl.index_cplist_04 dd .pic{
	display:block;
	overflow:hidden;
	position: relative;
	border-right: 1px solid #eee;
	/* transition:box-shadow .2s linear; */
}
dl.index_cplist_04 #dd4 .pic,
dl.index_cplist_04 #dd8 .pic{
	border: none;
}
dl.index_cplist_04 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin: 0px auto 0 auto;
	/*
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
	*/
}
dl.index_cplist_04 dd .zhezhao{
	overflow: hidden;
	width: 100%;
	height: 100%;
	background:url(/web/pic/zhezhao.png) center center no-repeat rgba(0, 0, 0, 0.5);
	position: absolute;
	left:0;
	top:0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: 0.6s;
	z-index: 100;
	/* padding: 0px 45px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
dl.index_cplist_04 dd:hover .zhezhao{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	/* background:rgba(0,0,0,0.5);*/
}
/*
dl.index_cplist_04 dd .pic .zhezhao .more{
	width: 57px;
	height: 57px;
	display: block;
	background: url(/web/pic/m.png) no-repeat;
}
dl.index_cplist_04 dd:hover .zhezhao .more{
	animation:rotateIn 1s infinite;
	-webkit-animation:rotateIn 1s infinite;
} */

dl.index_cplist_04 dd .tu2{
	margin-top:-70px;
}
dl.index_cplist_04 dd .tu2,dl.index_cplist_04 dd:hover .tu1{
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition:0.6s;
}
dl.index_cplist_04 dd:hover .tu2{
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

dl.index_cplist_04 dd:hover .pic img{
	transform:scale(1.1);
}
dl.index_cplist_04 dd .xia{
	overflow: hidden;
	transition: 0.6s;
	padding:0 10px;
}
/* dl.index_cplist_04 dd:hover .xia .iconsousuo{
	color: #fff;
	border-color: #fff;
}
dl.index_cplist_04 dd .iconsousuo{
	font-size: 24px;
	float: right;
	width: 55px;
	text-align: center;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #666;
	border-left: 1px solid #ccc;
} */
dl.index_cplist_04 dd h3{
	display:block;
	font-size:16px;
	overflow:hidden;
	font-weight: normal;
	margin-top: 15px;
}
dl.index_cplist_04 dd .line{
	width: 30px;
	height: 2px;
	display: block;
	margin: 10px auto 0 auto;
}
dl.index_cplist_04 dd p{
	display: block;
	overflow: hidden;
	margin-top: 7px;
	color: #666;
	line-height: 25px;
	height: 25px;
}
/*
dl.index_cplist_04 dd h3 i{
	float: right;
	font-size: 30px;
}
dl.index_cplist_04 dd:hover h3 i{
	background: #0555ea;
	color: #fff;
	border-color: #fff;
} */
dl.index_cplist_04 dd .zhezhao h4{
	color:#fff;
	display:block;
	overflow:hidden;
	font-size: 18px;
}
dl.index_cplist_04 dd .detail{
	display:block;
	/* width: 120px;
	line-height:45px;
	background: #F4CC38;
	text-align:center;
	transition:0.6s;
	position: absolute;
	z-index: 101px;
	left:50%;
	margin-left: -60px;
	bottom:0;
	font-weight: 600; */
	margin-top: 7px;
	color: #999;
}

/*不规则产品带遮罩*/
ul.index_cplist_05{
	overflow: hidden;
	width: auto!important;
}
ul.index_cplist_05 li{
	overflow:hidden;
	position: relative;
	text-align: center;
	width: 300px;
	height: 215px;
	float: left;
	margin-left: 20px;
}
ul.index_cplist_05 #li4,
ul.index_cplist_05 #li5{
	margin-top: 20px;
}
ul.index_cplist_05 #li1{
	width: 560px;
	height: 450px;
	margin-left: 0;
}
ul.index_cplist_05 #li1 .pic img{
	max-width: 600px;
	height: 450px;
	margin-left: -20px;
	margin-top: 0;
}
ul.index_cplist_05 li .pic{
	display: block;
	overflow: hidden;
}
ul.index_cplist_05 li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin-top: -5px;
}
ul.index_cplist_05 li:hover .pic img{
	transform:scale(1.1);
}
ul.index_cplist_05 li a{
	overflow:hidden;
	display:block;
}
ul.index_cplist_05 li .zhezhao{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(240,133,25,0.6);
	transition: 0.6s;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

ul.index_cplist_05 li:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

	/* -webkit-transform: scale(1);
	transform: scale(1); */
}
ul.index_cplist_05 li .kuang{
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.6);
	display: block;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
ul.index_cplist_05 li i{
	width: 30px;
	height: 30px;
	display: block;
	background: #fff;
	color: #F08619;
	text-align: center;
	line-height: 30px;
	margin: 0px auto;
	font-size: 20px;
	text-indent: 2px;
}

ul.index_cplist_05 li  h3{
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	/* text-transform: uppercase; */
}
ul.index_cplist_05 li p{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	color: #666;
}
/*
ul.index_cplist_05 #li1{
	left:0px;
	top:0;
}
ul.index_cplist_05 #li2{
	right:0px;
	top:0px;
}
ul.index_cplist_05 #li3{
	left:0;
	bottom:0;
}
ul.index_cplist_05 #li4{
	right:0;
	bottom:0;
}
ul.index_cplist_05 #li5{
	left:900px;
	top:300px;
}
ul.index_cplist_05 #li6{
	left:600px;
	top:600px;
} */
/*不规则产品带遮罩*/
dl.index_cplist_06{
	width: auto;
	overflow: hidden;
}
dl.index_cplist_06 dd{
	overflow:hidden;
	width: 290px;
	height: 220px;
	float: left;
	position: relative;
	margin-left: 10px;
	text-align: center;
}
dl.index_cplist_06 #dd1{
	width: 600px;
	height: 450px;
	margin-left: 0;
}
dl.index_cplist_06 #dd4,
dl.index_cplist_06 #dd5{
	margin-top: 10px;
}
dl.index_cplist_06 dd img{
	height: 220px;
	width: auto;
	display:block;
	transition: 0.6s;
}
dl.index_cplist_06 #dd1 img{
	width: 600px;
	height: 450px;
}
dl.index_cplist_06 dd:hover img{
	transform: scale(1.1);
}
dl.index_cplist_06 dd a{
	display: block;
	overflow: hidden;
}
dl.index_cplist_06 dd .zhezhao{
	width:100%;
	height:35px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	overflow:hidden;
	transition:0.6s;
	padding: 0 20px;
}
dl.index_cplist_06 dd h3{
	font-size: 14px;
	display: block;
	color: #fff;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
dl.index_cplist_06 dd:hover .zhezhao{
	height: 100%;
	background: rgba(16, 56, 139, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
dl.index_cplist_06 dd .line,
dl.index_cplist_06 dd p,
dl.index_cplist_06 dd .detail{
	display: none;
}
dl.index_cplist_06 dd:hover .zhezhao h3{
	height: auto;
	line-height: 30px;
	font-size: 16px;
}
dl.index_cplist_06 dd:hover .zhezhao .detail{
	display: block;
	width: 110px;
	height: 35px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin: 20px auto 0 auto;
}




/*----首页带图片新闻-------*/
.index_tuwenlist{
	overflow:hidden;
	width: 828px;
	float: right;
}
.index_tuwenlist dl{
	overflow: hidden;
	position: relative;
	margin-top: 45px;
}
.index_tuwenlist dl a{
	display: block;
	overflow: hidden;
}
.index_tuwenlist dl:hover{
	box-shadow:0 0px 16px rgba(0,0,0,.18);
}
.index_tuwenlist dl dt{
	overflow:hidden;
	width: 100px;
	height: 100px;
	border: 10px solid rgba(255, 255, 255, 0.7);
	position: absolute;
	left:0;
	top:0;
	text-align: center;
	font-size: 28px;
	color: #fff;
	line-height: 80px;
}
.index_tuwenlist #dl1 dt,
.index_tuwenlist #dl1:hover dd{
	background: #A6C50F;
}
.index_tuwenlist #dl2 dt,
.index_tuwenlist #dl2:hover dd{
	background: #F8500F;
}
.index_tuwenlist #dl3 dt,
.index_tuwenlist #dl3:hover dd{
	background: #018464;
}
.index_tuwenlist #dl4 dt,
.index_tuwenlist #dl4:hover dd{
	background: #006A84;
}
.index_tuwenlist #dl5 dt,
.index_tuwenlist #dl5:hover dd{
	background: #008433;
}


.index_tuwenlist dl dt img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.index_tuwenlist dl:hover dt img{
	transform: scale(1.1);
}
/* .index_tuwenlist dl dt .tu2,.index_tuwenlist dl:hover dt .tu1{
	display: none;
}
.index_tuwenlist dl:hover dt .tu2{
	display: block;
} */

.index_tuwenlist dl .ri{
	display:block;
	font-size:30px;
	margin-top:70px;

}
.index_tuwenlist dl .nian{
	display:block;
	margin-top:5px;
	font-size: 18px;
	color: #999;
}
.index_tuwenlist dl dd{
	overflow: hidden;
	margin-left: 60px;
	transition: 0.6s;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 25px;
	padding-left: 65px;
}
.index_tuwenlist dl:hover dd{
	color: #fff;
}

.index_tuwenlist dl dd h3,
.index_tuwenlist dl dd .shang{
	display:block;
	font-size:24px;
	font-weight: normal;
}
.index_tuwenlist dl p{
	margin-top:10px;
	display:block;
	overflow:hidden;
	color: #666;
	font-size: 18px;
	/* line-height: 25px; */
}
.index_tuwenlist dl .detail{
	display:block;
	width:115px;
	height:35px;
	line-height:35px;
	text-align:center;
	border: 1px solid #666;
	/* transition:0.6s; */
	margin-top: 35px;
}
.index_tuwenlist dl dd:hover .detail{
	/* background:#FF8201; */
	border-color:#FF8201!important;
	color:#FF8201;
	transition:0.5s;
}
.index_tuwenlist dl .detail .iconfont{
	/* font-size: 18px; */
	margin-left: 5px;
	vertical-align: middle;
}
.index_tuwenlist dl .time{
	overflow: hidden;
	float: left;
	margin-left: 30px;
}
/*头条*/
dl.toutiao{
	overflow:hidden;z-index:999;
}
dl.toutiao a{
	display: block;
	overflow: hidden;
}
dl.toutiao dt{
	overflow:hidden;
	display: block;
	width: 257px;
	height:153px;
	float: left;
}
dl.toutiao dt img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
dl.toutiao:hover img{
	transform: scale(1.1);
}
dl.toutiao dd{
	overflow:hidden;
	width:486px;
	float:right;
	padding: 0;
	text-align:left;
}
dl.toutiao h3{
	display:block;
	font-size:16px;
	margin-top: 15px;
	color: #333333;
	font-weight: normal;
	line-height: 22px;
}
dl.toutiao dd p{
	line-height:22px;
	overflow:hidden;
	display:block;
	color: #6a6a6a;
	margin-top: 10px;
}
dl.toutiao dd .time{
	display: block;
	color:#6a6a6a;
	font-size: 14px;
	line-height:20px;
}
/*首页新闻列表普通*/
dl.index_newslist_01{
	overflow:hidden;
	width: 760px;z-index:999;
}
dl.index_newslist_01 dd{
	width: 360px;
	height: 60px;
	line-height:60px;
	border-bottom: 1px dashed #ddd;
	flex-direction: column;
	justify-content: left;
	float: left;
	text-align:left;
	margin-right: 20px;
}
dl.index_newslist_01 dd a{
	display: block;
	overflow: hidden;
	color:#333333;
}
dl.index_newslist_01 dd span{float:right;color:#989898;}
dl.index_newslist_01 dd h3{
	display: block;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
}
dl.index_newslist_01 dd .time{
	display: block;
	margin-top: 10px;
	color: #999;
}
dl.index_newslist_01 dd:hover{
	border-color: #F38001;
}

/*首页横排3块*/
.box{
	overflow: hidden;
	width: 385px;
}
.box img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#box1{
	float:left;
}
#box2{
	float: left;
	margin-left: 22.5px;
}
#box3{
	float: right;
}
.tbox{
	overflow:hidden;
	width: 555px;
	height: 189px;
}

.tbox img{
	/* max-width: 100%;
	height: auto;
	display:block;
	margin:0px auto; */
}
.tbox_pd{
	padding:30px 45px 0 30px;
	overflow: hidden;
}
/*首页新闻列表带图片*/
dl.index_newslist_02{
	width:1250px;
	overflow:hidden;
}
dl.index_newslist_02 dd{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right: 30px;
	border-bottom: 1px solid #ddd;
	transition: 0.6s;
}
dl.index_newslist_02 dd:hover{
	background: #E90303;
	border-color: #E90303;
}
dl.index_newslist_02 dd a{
	display: block;
	overflow: hidden;
	transition: 0.6s;
}
dl.index_newslist_02 dd .pic{
	display:block;
	overflow:hidden;
}
dl.index_newslist_02 dd:hover .pic{

}

dl.index_newslist_02 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.index_newslist_02 dd:hover img{
	transform:scale(1.1);
}
dl.index_newslist_02 dd .xia{
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	transition: 0.6s;
}
dl.index_newslist_02 dd .time{
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-top: 10px;
}
dl.index_newslist_02 dd h3{
	display:block;
	font-size:16px;
	overflow:hidden;
	font-weight: normal;
}
dl.index_newslist_02 dd p{
	margin-top:10px;
	line-height:25px;
	color:#666;
	overflow: hidden;
	display: block;
	height: 50px;
}
dl.index_newslist_02 dd:hover .xia{
	padding-left: 10px;
	padding-right: 10px;
}
dl.index_newslist_02 dd:hover h3,
dl.index_newslist_02 dd:hover p,
dl.index_newslist_02 dd:hover .time{
	color: #fff;
}
/*首页新闻案例列表带遮罩*/
dl.index_newslist_03{
	width:auto;
	overflow:hidden;
}
dl.index_newslist_03 dd{
	width:33.333333333%;
	float:left;
	overflow:hidden;
	height:auto;
	position:relative;
	/* border: 5px solid #f6f6f6;
	-moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
	margin-bottom: 5px; */
	/* border-right: 30px solid transparent;
	border-top: 30px solid transparent; */
}
dl.index_newslist_03 dd .title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
}
dl.index_newslist_03 dd .ovrlyT {
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    left: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:2;
}
dl.index_newslist_03 dd .ovrlyB {
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    left: -100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:3;
}
dl.index_newslist_03 dd .buttons {
    position: absolute;
    top: 35%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:4;
}
dl.index_newslist_03 dd .buttons .fa {
    /* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
    display: inline-block;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
		background: #F4AE00;
		color:#fff;
}
dl.index_newslist_03 dd:hover .ovrlyT {
    left: 0;
    top: 0;
}
dl.index_newslist_03 dd:hover .ovrlyB {
    left: 0;
    top: 0;
}
dl.index_newslist_03 dd:hover .buttons .fa {
    opacity: 1;
}
dl.index_newslist_03 dd img{
	width:100%;
	height:auto;
	display:block;
  transition:0.6s;
}
dl.index_newslist_03 dd:hover img{
	transform:scale(1.1);
}
dl.index_newslist_03 dd a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	background: rgba(0, 0, 0, 0.3);
}
dl.index_newslist_03 dd a .kuang{
	display:block;
	overflow:hidden;
	height:100%;
	border:1px solid transparent;
	/* filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
dl.index_newslist_03 dd:hover a .kuang{
	/* filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1; */
	border:1px solid rgba(255,255,255,0.6);
}
dl.index_newslist_03 dd a h3,dl.index_newslist_03 dd a p{
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:normal;
	/* filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0; */
	transition:0.6s;
}
dl.index_newslist_03 dd:hover a h3,dl.index_newslist_03 dd:hover a p{
	/* filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1; */
}
dl.index_newslist_03 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_newslist_03 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_newslist_03 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_newslist_03 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_newslist_03 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_newslist_03 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_newslist_03 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_newslist_03 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_newslist_03 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_newslist_03 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*首页上面图片下面带日期的新闻列表*/
.index_newslist_05{
	width: 1250px;
	overflow: hidden;
}
.index_newslist_05 dl{
	overflow: hidden;
	width: 375px;
	float: left;
	margin-right: 37.5px;
}
.index_newslist_05 dl a{
	display: block;
	overflow: hidden;
}
.index_newslist_05 dl .pic{
	display: block;
	overflow: hidden;
}
.index_newslist_05 dl .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.index_newslist_05 dl:hover img{
	transform: scale(1.1);
}
.index_newslist_05 dl:hover dt{
	background:#0081c2;
	border-color: #0081c2;
}
.index_newslist_05 dl:hover dt span.ri,.index_newslist_05 dl:hover dt span.nian{
	color: #fff;
}
.index_newslist_05 dl dt{
	width: 85px;
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	float: left;
	transition: 0.6s;
}
.index_newslist_05 dl dt span{
	display: block;
	width: 100%;
	overflow: hidden;
}
.index_newslist_05 dl dt span.ri{
	font-size: 35px;
	font-weight: bold;
	margin-top: 10px;
}
.index_newslist_05 dl dt span.nian{
	color: #666;
}
.index_newslist_05 dl dd{
	margin-left: 100px;
	overflow: hidden;
}
.index_newslist_05 dl dd h3{
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.index_newslist_05 dl dd p{
	display: block;
	margin-top: 5px;
	overflow: hidden;
	line-height: 25px;
}
/*首页问答FAQ样式*/
dl.wenda_list{
	overflow:hidden;
	padding: 30px 25px;
	border-bottom: 1px solid #ddd;
}
dl.wenda_list dt{
	background:url(/web/pic/q.jpg) left center no-repeat;
	padding-left:35px;
	line-height: 30px;
	overflow:hidden;
	font-size: 16px;
	height: 30px;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:35px;
	background:url(/web/pic/a.jpg) left 5px no-repeat;
	/* margin-top: 5px; */
	color: #666;
	line-height: 25px;
	/* font-size: 16px; */
	height: 50px;
}
/*友情链接带图片样式*/
ul.link_01{
	overflow:hidden;
	width: 1250px;
}
ul.link_01 li{
	float:left;
	width:180px;
	overflow:hidden;
	margin-right: 24px;
	margin-top: 24px;
}
ul.link_01 li:hover{
	/* border-color: #0773BE; */
}
ul.link_01 li img{
	width:90%;
	height:auto;
	display:block;
	margin: 0px auto;

	/* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
	border:1px solid #ccc; */
}
ul.link_01 li:hover img{
	/* -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: color; */
}
/*仅文字链接*/
ul.link_02{
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-left: 10px;
}
ul.link_02 a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* border-right:1px solid #ddd; */
	/* line-height: 13px; */
	padding:0 6px;
	font-size: 14px;
	line-height: 20px;
}



.lmmc{
	width:auto;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.lmmc h2{
	font-size:26px;
	font-weight:normal;
	float:left;
	display:block;
}

.zone{
	width:100%;
	min-width:1400px;
	overflow:hidden;
}




/*-----More按钮样式大全---*/
.more_01{
	display:block;
	transition: 0.6s;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #04befb;
	/* text-transform: uppercase; */
	color: #fff;
	margin-top: 30px;
}
.more_01:hover{
	color: #fff;
}
.more_02{
	display: block;
	width: 200px;
	height: 55px;
	transition: 0.6s;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	margin: 80px auto 0 auto;
	background: #0963D5;
	color: #fff;
	font-size: 20px;
}
.more_02 i{
	/* width: 15px;
	height: 15px;
	background: #fff;
	text-align: center;
	line-height: 15px;
	text-indent: 2px;
	color: #fff;
	color: #f5821f;
	margin-right: 10px;
	font-size: 18px;
	font-weight: normal; */
}
.more_02:hover{
	color:#fff!important;
	/* background-color:#007fc3
	border-color: #29166F; */
}
.more_02:hover i{
	/* background: #70B527;
	color: #fff!important;*/
}
.more_02 span.iconfont{
	margin-left: 10px;
	vertical-align: middle;
	font-size: 24px;
}

.more_03{
	display: block;
	height: 45px;
	transition: 0.6s;
	overflow: hidden;
	line-height: 45px;
	background: #D9271D;
	color: #fff!important;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
}
/* .more_03 span{
	margin-right: 15px;
	font-size: 30px;
	font-weight: normal;
	vertical-align: middle;
} */
/*---首页左边分类右边产品结构--*/
#zuo{
	width:265px;
	float:left;
	overflow:hidden;
	border: 3px solid #2573BE;
}
#zuo_title{
	overflow:hidden;
	height:90px;
	background:#DC271E;
	font-size: 40px;
	color: #fff;
	line-height: 90px;
	text-align: center;
}

/* #zuo_title .shang{
	display:block;
	font-size:18px;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
}
#zuo_title .line{
	width: 40px;
	height: 4px;
	display: block;
	margin-top: 10px;
	background: #fff;
}
#zuo_title .xia{
	display:block;
	margin-top:10px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}*/
#zuo ul{
	overflow:hidden;
	padding: 20px 0;
}
#zuo ul li{
	overflow: hidden;
	height: 60px;
	border-bottom: 1px dashed #ddd;
}
#zuo ul li a{
	display:block;
	line-height:60px;
	font-size: 16px;
	padding-left: 50px;
	background: url(/web/pic/ico.png) 25px center no-repeat;
	transition: 0.6s;
}
#zuo ul li:hover a{
	background: url(/web/pic/icoon.png) 25px center no-repeat #F88C41;
	color: #fff;
}

/*
#zuo dl{
	overflow:hidden;
}
#zuo dl dt{
	display:block;
	height:67px;
	line-height:67px;
	overflow:hidden;
	border: 1px solid #B1C5D0;
	margin-top: -1px;
	position: relative;
}
#zuo dl dt:after{
	content: "";
	width: 15px;
	height: 16px;
	display: block;
	position: absolute;
	right:50px;
	top:50%;
	margin-top: -8px;
	background: url(/web/pic/jia.png) no-repeat;
}
#zuo dl dt a{
	display: block;
	line-height: 67px;
	font-size: 18px;
	color: #6c92a9;
	padding-left: 130px;
	background-repeat: no-repeat;
	background-position: 75px center;
}
#zuo a:hover{
	color: #1D425F;
}
#zuo dl dd{
	padding: 0px 20px;
	display:none;
}
#zuo dl dd a{
	display: block;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	padding-left: 40px;
} */
#you{
	width:910px;
	overflow:hidden;
	float: right;
}
#you #you_title{
	overflow:hidden;
	height: 55px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
#you #you_title h2{
	display:block;
	font-size:18px;
	padding-left: 35px;
	float: left;
	background: url(/web/pic/zan.png) left center no-repeat;
}
#you #you_title h3{
	display:block;
	font-size:18px;
	float: left;
	font-weight: normal;
	margin-left: 40px;
}
#you #you_title span{
	float:right;
	display:block;
}
#you #you_title span a{
	display:block;
	color: #999;
}
#you ul{
	overflow:hidden;
	width:950px;
}
#you ul li{
	width:290px;
	height: 355px;
	float:left;
	overflow:hidden;
	margin:30px 20px 0px 0;
	padding: 10px;
	background: #F5F5F5;
	transition: 0.6s;
	text-align: center;
}
#you ul li:hover{
	background: #2573BE;
}
#you ul li .pic{
	display:block;
	overflow:hidden;
}
#you ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
#you ul li:hover img{
	transform:scale(1.1);
}
#you ul li h3{
	display:block;
	overflow:hidden;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	padding: 20px 0;
}
#you ul li:hover h3 a{
	color: #fff;
}
#you ul li .detail{
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin: 0 5px;
	line-height: 35px;
	padding: 0 20px;
	color: #fff;
}
#you ul li .detail_a{
	background: #999999;
}
#you ul li .detail_b{
	background: #2573BE;
}
#you ul li:hover .detail_a{
	background: #fff;
	color: #2573BE;
}
#you ul li:hover .detail_b{
	background: #F88C41;
}
/*-----底部共用-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:1400px;
	background:#2c2c2c;
}
.bottom{
	width:1400px;
	overflow:hidden;
	color:#ffffff;
	height:380px;
	margin:0 auto;
}
.bottom a{
	color:#ffffff;
}
.bottom a:hover{
	text-decoration: underline;
	color:#fff;
}
#footer_l{
	overflow:hidden;
	float:left;
	width: 245px;
}
#footer_m{
	float:left;
	overflow:hidden;
	width: 425px;
}

#footer_r{
	overflow:hidden;
	float:right;
	width: 445px;
}
.bottom dl{
	float:left;
	width:275px;
	overflow:hidden;
	min-height: 467px;
	background: url(/web/pic/dl.png) right top no-repeat;
	padding-top:50px;
}
.bottom dl dt{
	display: block;
	font-size:18px;
	margin-bottom:20px;
	overflow:visible;
	color: #fff;
	font-weight:bold;
}
.bottom dl dt a{
	display:block;
	color: #fff;
}
.bottom dl dt a:hover{color:#ff0000;}
.bottom dd{
	line-height:30px;
}
.bottom dd a{color:#fff;}
.bottom dd a:hover{color:#ff0000;}
.bottom dl dd i{
	margin-right:20px;
	font-size:20px;
	color:#e5e5e3;
}
.bottom dl h2{
font-size:28px;
line-height:60px;
}
.bottom dl h3{
font-size:14px;
font-weight:normal;
line-height:40px;
}
.bottom dl h4{
margin-bottom:30px;
}
dl.last{
	width:auto;
	overflow:visible;
	margin-right:0!important;
	float:right!important;
	padding-right:0!important;
	border:none;
	color:#ffffff;
	background:url(/web/pic/bottomright.png) left top no-repeat;
	padding-left:30px;
	padding-top:40px;
	
}
dl.last dt{
margin-top:20px;
}
#footer_lxxx img{
	max-width:30px;
	height:auto;
	display:block;
}
.footer_zone #footer_lxxx img{
	/* filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; */
	max-width: 25px;
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
#ewm{
	overflow:hidden;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	margin: 0px auto;
	color:#333333;
}
#ewm .shang{
	height: 115px;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
}
#ewm img{
	max-width:135px;
	height:auto;
	display:block;
	margin: 0px auto;
	margin-bottom: 15px;
	/* float: left; */
}
#ewm .xia{
	height:32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
}
#ewm .xia a{color:#333333;}
#ewm .xia a:hover{color:#ff0000;}
#footer_follow{
	overflow:hidden;
	float: left;
	margin-top: 25px;
	text-align:left;
}

#footer_follow a{
	margin:0px 0px 0px 10px;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#footer_follow img{
	max-width: 28px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	border:1px solid #adadad;
	/* background:#fff!important; */
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:16px;
	transition: 0.6s;
	color: #fff;
}
#footer_follow a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	/* background: #DB241C!important; */
}
.ali{
	background:url(../ico/ali.png) center center no-repeat;
	width:35px!important;
}
#footer_follow span{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}
#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1400px;
	background: #1d1d1d;
	height:60px;
	border-top:1px solid #565656;
}
#copy{
	overflow:hidden;
	width:1400px;
	margin:0px auto 0 auto;
	color:#898989;
	text-align:center;
	/* border-top: 1px solid rgba(255,255,255,0.1); */
}
#copy h2{font-size:14px;line-height:35px;}
#copy h2 i{font-size:20px;margin-right:25px;}
#copy a{
	color:#898989;
}
#copy_l{
	float: left;
	width:600px;
	overflow: hidden;
	line-height:60px;
	text-align:left;
}
#copy_l h2{
	font-size:14px;
	font-weight:normal;
	line-height:26px;
}
#copy_l h3{
	font-size:14px;
	font-weight:normal;
	line-height:26px;
}
#copy_r{
	float: right;
	width:310px;
	overflow: hidden;
	text-align:right;
	line-height:60px;
}
#copy_r h2{
	float:left;
	font-size:14px;
	text-align:right;
}
/*--------------内页样式----------------------*/
.ny_banner{
	width:100%;
	min-width:1400px;
	overflow:hidden;
}
.ny_banner img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.wz_zone{
	width:100%;
	min-width:1400px;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    box-shadow:2px 2px 10px #C5C5BE;
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:auto;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.wz_zone .wz span{
	margin-top:0!important;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	margin-top:5px;
}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h1{
	font-size:20px;
	text-indent:30px;
	background:url(../images/wz.png) left center no-repeat;
	font-weight:normal;
	display:block;
	float:left;
}
.left_wrap{
	float:left;
	width:250px;
}
.left_wrap h2{
	width:auto;
	height:55px;
	line-height:55px;
	text-indent:20px;
	font-size:20px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	font-weight:normal;
	color:#fff;
}
.left_wrap h2 .iconfont{
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:20px;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 15px 15px;
}
.zlm dl dt a{
	display:block;
	float:left;
	/* font-size: 16px; */
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.zlm dl dt i.fa-angle-down{
	float:right;
	margin:3px 10px 0 0;
	font-size:16px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}
.zlm dl dt:hover::before,.zlm dl #zlm_on::before,.zlm dl .zlm_on::before{
	content: "";
	width: 2px;
	height: 100%;
	background: #ffd966;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
}
.zlm dl .sanji{
	display:none;
	background:#f7f7f7;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:35px;
	line-height:35px;
	position:relative;
	text-indent:20px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}
.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #EEEEEE;
	border-top:none;
	word-break:break-all;
	background:#fff;
}
.left_lxxx a{
	color:#333;
}
.right_wrap{
	width:1130px;
	overflow:visible;
	float:right;
	background:#fff;
}
.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
}
.right_title h2{
	font-size:26px;
	font-weight:normal;
}
.tulist{
	overflow:visible;
	clear:both;
	width:100%;
}
.tulist li{
	list-style-type:none;
	float:left;
	width:25%;
	margin-top:20px;
	padding-right:15px;
	overflow:visible;
	text-align:center;
}
.tulist li .pic{
	display:block;
	border:1px solid #ddd;
	overflow:hidden;
	box-shadow:0 8px 16px rgba(0,0,0,.18);
}
.tulist li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tulist li:hover img{
	transform:scale(1.1);
}
.tulist li h3{
	background-color:#f9f9f9;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:14px;
	box-shadow:0 8px 16px rgba(0,0,0,.18);
}


.tulist_02{
	width:100%;
	overflow:hidden;
}
.tulist_02 li{
	list-style-type:none;
	float:left;
	width:25%;
	border-right:15px solid #fff;
	margin-bottom:15px;
	text-align:center;
}
.tulist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
.tulist_02 li:hover img{
	transform:scale(1.1);
}
.tulist_02 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
	line-height:25px;
	margin-top: 10px;
}

.tulist_03{
	width:1250px;
	overflow:hidden;
}
.tulist_03 li{
	list-style-type:none;
	float:left;
	width:399px;
	margin-right:1px;
	text-align:center;
}
.tulist_03 li img{
	width:100%;
	height:auto;
	display:block;
}
.tulist_03 li h3{
	font-size:18px;
	font-weight:normal;
	display:block;
	line-height:60px;
	color:#fff;
	background:#656565;
}
.tulist_03 li h3 a{
	color:#fff;
}

.tuwenlist2{
	overflow:hidden;
	clear:both;
	width:100%;
}
.tuwenlist2 li{
	list-style-type:none;
	float:left;
	width:385px;
	height:400px;
	margin-top:20px;
	margin-right:20px;
	overflow:Hidden;
	background:#f9f9f9;
	padding:10px;
	border:1px solid #ccc;
}
.tuwenlist2 li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tuwenlist2 li:hover img{
	transform:scale(1.1);
}
.tuwenlist2 li h3{
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #ddd;
}
.tuwenlist2 li h3 a{
	font-size:16px;
}
.tuwenlist2 li p{
	color:#666;
	display:block;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	line-height:25px;
}
.tuwenlist3 .item{
	overflow: hidden;
	padding: 10px 0 10px 10px;
	background: #fff;
	margin: 10px 0 30px 0;
	box-shadow:0 0px 16px rgba(0,0,0,.18);
	display: flex;
	flex-direction: row;
}
.tuwenlist3 .item .pic{
	width: 250px;
	overflow: hidden;
	float: left;
}
.tuwenlist3 .item .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.tuwenlist3 .item:hover .pic img{
	transform: scale(1.1);
}
.tuwenlist3 .item .text{
	width: 800px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.tuwenlist3 .item .text h2{
	display: block;
	font-size: 18px;
	margin-top: 20px;
}
.tuwenlist3 .item .text p{
	display: block;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
	line-height: 25px;
}
.tuwenlist3 .item .text .more{
	display: block;
	margin-top: 15px;

}
.tuwenlist3 .item .date{
	align-items: stretch;
	border-left:1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 150px;
}
.tuwenlist3 .item .date .day{
	font-size: 35px;
	font-weight: bold;
}
.tuwenlist3 .item .date .years{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}

ul.wzlist{
	width:auto;
	margin-top: 10px;
}
ul.wzlist li{
	line-height:40px;
	border-bottom:1px dotted #ccc;
}
ul.wzlist li i{
	margin-right:10px;
}
ul.wzlist li a{
	line-height: 40px;
	display: block;
	font-size: 16px;
	/* background: url(/web/pic/i2.jpg) left center no-repeat; */
}
ul.wzlist li span{
	float:right;
	margin-right:10px;
	color:#989898;
}
.pro_main{
	margin-top:20px;
	overflow:hidden;
}
.pro_left{
	width:455px;
	float:left;
}
.pro_right{
	width:655px;
	float:right;
	overflow:hidden;
	line-height:25px;
}
.pro_right h2{
	font-size:22px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
}
.pro_info{
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
}
dl.tuwenlist{
	width:100%;
	margin:25px auto;
	padding-bottom:25px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt{
	float:left;
	width:220px;
	overflow:hidden;
	border-radius:10px;
}
dl.tuwenlist dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
dl.tuwenlist:hover dt img{
	transform:scale(1.1);
}
dl.tuwenlist dd{
	margin-left:240px;
}
dl.tuwenlist dd h2{
	font-size:16px;
	margin-bottom:10px;
}
dl.tuwenlist dd .info{
	font-size:14px;
	line-height:30px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:left;
	
}
dl.tuwenlist dd span a{
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	font-size:12px;
	color:#fff;
	border-radius:25px;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}

.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}

/*----------下载表格----------*/
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}
/*--------------留言表单CSS样式-------------*/
#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:25px;
	background:url(../ico/feedback2.png) 10px center no-repeat #f1f1f1;
	min-height:50px;
	margin-top:15px;
	border-radius:20px;
}
#biaodan{
	width:auto;
	overflow:hidden;
	margin:20px 0 20px 0;
}
#biaodan p{
	display:block;
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#biaodan p label{
	width:80px;
	float:left;
	text-align:right;
	overflow:hidden;
	margin-right:5px;
	line-height:38px;
}
.itext{
	width:550px;
	height:38px;
	border:1px solid #c8c8c8;
	line-height:38px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.icontent{
	width:550px;
	height:90px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.ibtn{
	width:100px;
	height:38px;
	text-align:center;
	line-height:38px;
	-moz-border-radius: 5px;      /* Gecko browsers */
  -webkit-border-radius: 5px;   /* Webkit browsers */
  border-radius:25px;            /* W3C syntax */
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 20px 5px 5px;
	color:#fff;
}
.ibtn:hover{
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	float: left;
	margin-top: 15px;
	margin-left: 65px;
}
.fitem{
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	height: 45px;
	width:270px;
	position: relative;
}
.fitem i{
	color: #fff;
	position: absolute;
	left:0;
	top:11px;
	font-size: 18px;
	width: 30px;
}
.fitem label{
	display: block;
	line-height: 40px;
	float: left;
	width: 90px;
	text-align: right;
}
.ftext{
	height:43px;
	border:1px solid #969696;
	border-right:0;
	overflow:hidden;
	background:#2c2c2c;
	display: block;
	outline: none;
	width: 232px;
	padding-left: 15px;
	color: #fff;
	float: left;
}
.fcontent{
	height:115px;
	border: none;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
	padding-left: 25px;
	padding-top: 7px;
	color: #fff;
}
.fbtn{
	cursor:pointer;
	border:1px solid #969696;
	border-left:0;
	background:#1e1e1e;
	text-align:center;
	outline:none;
	display: block;
	height: 43px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	float: left;
	line-height: 43px;
	padding: 0 15px;
	font-size: 16px;
}

.fbtn:hover{
	/* background: #fff; */
	/* color: #fff; */
}

/*--联系我们通栏表单--*/
.cbiaodan{
	overflow:hidden;
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	background: #D2DCE5;
}
.cbiaodan p{
	display:block;
	float: left;
	width: 385px;
	padding: 5px 0;
	background: #fff;
	-moz-border-radius: 10px;      /* Gecko browsers */
  -webkit-border-radius: 10px;   /* Webkit browsers */
  border-radius:10px;            /* W3C syntax */
	overflow:hidden;
	position: relative;
}
.cbiaodan p i{
	width: 40px;
	height:40px;
	float: right;
	border-left: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	position: absolute;
	right: 0;
	top:5px;
}
.ctext{
	height:40px;
	text-indent:10px;
	line-height:40px;
	border:none;
	width:100%;
	/* margin-bottom: 15px; */
	overflow:hidden;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
	background:none;
}
.ccontent{
	width:100%;
	height:110px;
	border:none;
	padding:10px 10px 10px 10px;
	line-height:20px;
	overflow:hidden;
	background: none;
	outline: none;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
}
.cbtn{
	cursor:pointer;
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	border:none;
	background:#819355;
	line-height:40px;
	text-align:center;
	float: right;
	padding: 0 15px;
	text-transform: uppercase;
	color:#fff;
	/* margin-top: 10px; */
	/* font-size: 16px; */
	display: block;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
		/* opacity: 0.6; */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	/* opacity: 0.6; */
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
	color: #fff;
	/* opacity: 0.6; */
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
	color: #fff;
	/* opacity: 0.6; */
}
/*---------------其它碎片样式代码------------*/
#about_box{
	overflow: visible;
	position: relative;
	padding-bottom: 35px;
}
#about_left{
	width:640px;
	overflow: hidden;
	float: left;
}
#about_pic{
	overflow:hidden;
	width: 610px;
	float: left;
}
#about_pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
#about_right{
	width: 550px;
	float: right;
}
#about_right img{
	/* max-width:100%;
	height:auto;
	display:block;
	margin: 0px auto; */
}

#about_title{
	overflow: hidden;
	margin-top: 50px;
}
#about_title .shang{
	font-size: 40px;
	overflow: hidden;
	float: left;
}
#about_title .shang:after{
	/* content: "";
	width: 20px;
	height: 5px;
	display: block;
	background: #A9CC00;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -2.5px; */
}
#about_title .line{
	width:90px;
	height: 2px;
	display: block;
	background:#333;
	margin-top: 15px;
}

#about_title .xia{
	overflow: hidden;
	font-size:28px;
	float: left;
	margin-left: 10px;
	color: #04befb;
	font-weight: bold;
	margin-top: 5px;
}
#about_txt{
	overflow: hidden;
	line-height: 40px;
	color: #666;
	margin-top: 30px;
}
#about_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

#news_box{
	overflow: hidden;
	width: 740px;
	height: 535px;
	float: left;
	background: #fff;
	padding: 25px;
	box-shadow:0 0px 15px rgba(0,0,0,.1);
}
#news_box img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}
#other_box{
	overflow: hidden;
	width: 435px;
	height: 535px;
	float: right;
	background: #fff;
	padding: 25px;
	box-shadow:0 0px 15px rgba(0,0,0,.1);
}
#other_box .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}

/*---------我们的优势----------*/
.ys{
	overflow:hidden;
	height: 740px;
	position: relative;
}
.ys .ys_pic{
	position: absolute;
}
.ys .ys_pic img{
	transition: 0.6s;
	max-width: 100%;
	height: auto;
	display: block;
}
.ys #ys_pic1{
	width: 608px;
	right:0;
	top:0;
}
.ys #ys_pic2{
	width: 587px;
	left:0;
	bottom:0;
}
.ys_box{
	overflow: hidden;
	width: 500px;
	position: absolute;
}
#ys_box1{
	left:0;
	top:20px;
}
#ys_box2{
	right:0;
	bottom:65px;
}
.ys .ys_txt{
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ys #ys_txt1,
.ys #ys_txt3{
	background: url(/web/pic/bolang.png) left bottom repeat-x;
}
.ys .ys_txt dl{
	overflow: hidden;
}
.ys .ys_txt dt{
	width: 57px;
	height: 57px;
	overflow: hidden;
	float: left;
	position: relative;
}
.ys .ys_txt dt .kuang{
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	border: 3px solid #C88101;
	position: absolute;
	right:0;
	bottom:0;
	z-index: 1;
}
.ys .ys_txt dt .fang{
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	background: #C88101;
	position: absolute;
	left:0;
	top:0;
	z-index: 2;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.ys .ys_txt dd{
	margin-left: 77px;
	overflow: hidden;
}

.ys .ys_txt dt .line{
	overflow: hidden;
	width: 33px;
	height: 3px;
	display: block;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ys .ys_txt dd .shang{
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}
.ys .ys_txt dd .line{
	overflow: hidden;
	margin-top: 10px;
	color: #999;
}
.ys .ys_txt dd .zhong{
	overflow: hidden;
	color: #666;
	margin-top: 10px;
}
.ys .ys_txt dd .xia{
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	/* color: #666; */
}
/* .ys #ys_txt1{
	left:0;
	top:275px;
}
.ys #ys_txt2{
	left:280px;
	top:267px;
}
.ys #ys_txt3{
	left:645px;
	top:130px;
}
.ys #ys_txt4{
	right:0;
	top:270px;
} */



.news_l{
	overflow:hidden;
	width: 600px;
	float: left;
	position: relative;
}
.news_l .line{
	width: 3px;
	height: 75px;
	display: block;
	background: #83b700;
	position: absolute;
	left:18px;
	top:300px;
	z-index: 10;
}
.news_l a{
	display: block;
	overflow: hidden;
}
.news_l .pic{
	display: block;
	overflow: hidden;
	height: 335px;
	position: relative;
}
.news_l .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -57.5px;
}
.news_l:hover .pic img{
	transform: scale(1.1);
}

/* .news_l h3{
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
}
.news_l h3 span{
	color: #da251c;
}
.news_l .time{
	overflow: hidden;
	margin-top: 15px;
	color: #999;
}
.news_l p{
	display: block;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}
.news_l .detail{
	display: block;
	margin-top: 15px;
	color: #999;
}
.news_l .detail .iconfont{
	margin-left: 10px;
	vertical-align: middle;
} */

.news_content{
	overflow: hidden;
}
.news_content dl{
	overflow:hidden;
	transition: 0.6s;
	margin-bottom: 60px;
}
.news_content dl:hover{
	/* background: #83b700; */
}
.news_content dl:last-child,
.news_content #dl4{
	/* margin-bottom: 0!important;
	padding-bottom: 0!important;
	border: none!important; */
}
.news_content dl a{
	display: block;
	overflow: hidden;
}
.news_content dl dt{
	float: left;
	overflow: hidden;
	text-align: center;
	width: 105px;
	height: 105px;
	background: #fff;
	transition: 0.6s;
}
.news_content dl:hover dt{
	background: #C88101;
}
.news_content dl dt img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.news_content dl:hover dt img{
	transform: scale(1.1);
}
.news_content dl dt .ri{
	display: block;
	font-size: 36px;
	font-weight: bold;
	margin-top: 15px;
}
.news_content dl dt .nian{
	display:block;
}
.news_content dl dt .nian:after{
	/* content: "";
	width: 50px;
	height: 1px;
	background: #eee;
	position: absolute;
	left:50%;
	margin-left: -25px;
	top:100%; */
}
.news_content dl dd{
	overflow: hidden;
	margin-left: 130px;
}

.news_content dl h3{
	display:block;
	font-size:17px;
	overflow: hidden;
	color: #fff;
	margin-top: 10px;
	/* font-weight: normal; */
}
.news_content dl p{
	overflow:hidden;
	color: #fff;
	line-height: 25px;
	transition: 0.6s;
	margin-top: 10px;
}
.news_content dl .xia{
	overflow: hidden;
	margin-top: 15px;
}
.news_content dl .time{
	color: #999;
	overflow: hidden;
	float: left;
}
.news_content dl .detail{
	color: #999;
	overflow: hidden;
	float: right;
}

.news_content dl .detail .iconfont{
	margin-left: 10px;
	font-size: 18px;
	vertical-align: middle;
}


#link_title{
	overflow:hidden;
	float: left;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}

.index_ad{
	overflow:hidden;
	position: relative;
	margin-top: 50px;
}
.index_ad img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	/* max-width:100%;
	height:auto;
	display:block;
	margin: 0px auto; */
}
#index_ad_box{
	overflow:hidden;
	position: absolute;
	left:50%;
	margin-left: -600px;
	top:90px;
}
.index_ad_txt{
	overflow: hidden;
	color: #fff;
}
.index_ad_txt .dazi{
	font-size: 32px;
	overflow: hidden;
	font-weight: bold;
}
.index_ad_txt .xiaozi{
	font-size:22px;
	overflow: hidden;
	margin-top: 25px;
	width: 845px;
	padding-left: 75px;
	padding-right: 10px;
	position: relative;
	line-height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 50px;
}
.index_ad_txt .xiaozi::before{
	content: "";
	width: 44px;
	height: 38px;
	position: absolute;
	left:0;
	top:0;
	background: url(/web/pic/before.png) no-repeat;
}
.index_ad_txt .xiaozi::after{
	content: "";
	width: 44px;
	height: 38px;
	position: absolute;
	right:0;
	bottom:0;
	background: url(/web/pic/after.png) no-repeat;
}

.index_ad_txt .detail{
	display: block;
	width: 135px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-top: 75px;
	color: #fff;
	border: 1px solid #fff;
	transition: 0.6s;
	font-size: 16px;
}
.index_ad_txt .detail:hover{
	background: #0061A6;
	border-color: #0061A6;
	color: #fff;
}
/*首页横排圆形图标*/
ul.yuan{
	overflow:hidden;
	width: 1300px;
}
ul.yuan li{
	float: left;
	overflow:hidden;
	width: 250px;
	margin-right: 66.66666666666666666px;
	/* margin-top: 40px; */
	transition: 0.6s;
	text-align: center;
}
ul.yuan li:hover{
	/* background: #0cabaf; */
}
ul.yuan li .pic{
	display:block;
	overflow:hidden;
	width: 170px;
	height: 170px;
	border: 10px solid rgba(0,51,153,0.2);
	margin: 0px auto;
}
ul.yuan li img{
	display:block;
	width: 150px;
	height: 150px;
	border: 2px solid #566CB5;
}
/* ul.yuan li .tu2,
ul.yuan li:hover .tu1{
	display: none;
}
ul.yuan li:hover .tu2{
	display: block;
} */
ul.yuan li:hover .pic{
	/* background: #AB1842; */
	/* transform: rotate(360deg); */
}
ul.yuan li:hover img{
	/* transform:scale(1.1); */
	/* transform: rotate(360deg); */
}
ul.yuan li .zhezhao{
	display:block;
	position:absolute;
	z-index:3;
	background:url(../images/lm_yuan.png) no-repeat;
	width:100%;
	height:225px;
	left:0;
	top:0;
}
ul.yuan li:hover .zhezhao{

}
ul.yuan li .xia{
	overflow: hidden;
	display:block;
	overflow:hidden;
	margin-top:10px;
	color: #666;
	line-height: 25px;
}
ul.yuan li h3{
	font-size:18px;
	display:block;
	overflow:hidden;
	/* font-weight: normal; */
	margin-top: 20px;
	/* color: #3E85C7;
	line-height: 25px; */
}
ul.yuan li p{
	display:block;
	overflow:hidden;
	margin-top:15px;
	color: #666;
	line-height: 25px;
}
ul.yuan li span.line{
	width:50px;
	display:block;
	height:1px;
	margin:25px auto 0px auto;
	background:#1d73be;
}
ul.yuan li .miaoshu{
	display:block;
	overflow:hidden;
	line-height:25px;
	margin-top:15px;
	color:#666;
}
ul.yuan li .detail{
	display: block;
	margin-top: 20px;
	color: #003399;
	width: 100px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #003399;
	transition: 0.6s;
	margin-left: auto;
	margin-right: auto;
}
ul.yuan li:hover .detail{
	background: #003399;
	color: #fff;
}
ul.yuan li:hover .pic{
	border: 10px solid rgba(0,51,153,1);
}

#vlist{
	overflow:hidden;
	width: auto;
	text-align: center;
}
#vlist li{
	overflow:hidden;
	text-align: center;
	position: relative;
	display: block;
	height: 315px;
	/* display: inline-block;
	*display: inline;
	*zoom:1;
	width: 310px;
	margin-left: 40px;
	margin-right: 40px; */
}
#vlist #li2{
	margin-top: 20px;
}
#vlist li a{
	display: block;
	overflow: hidden;
}
/* #vlist li .shang{
	width: 310px;
	height: 310px;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
#vlist li:hover .shang{
	border-color: #da251c;
} */
#vlist li .pic{
	display:block;
	overflow:hidden;
	/* width:100%;
	position: relative;
	width: 280px;
	height: 280px;
	margin: 15px; */
}
#vlist li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin-top: -60px;
}
#vlist li:hover .pic img{
	transform:scale(1.1);
}
#vlist li .zhezhao{
	width:100%;
	height:100%;
	position:absolute;
	background:url(/web/pic/play.png) center center no-repeat rgba(0,0,0,0.1);
	z-index:10;
	left:0;
	top:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#vlist li .zhezhao i{
	color:#fff;
	font-size:60px;
	margin:0 auto;
	transition:1s;
}
#vlist li:hover .zhezhao i{
	transform: rotate(360deg);
}
/* #vlist li .ico img{
	max-width: 100px;
	height: auto;
	display: block;
	margin: 0px auto;
}

#vlist li .vinfo{
	overflow: hidden;
	margin-top: 20px;
} */
#vlist li .line{
	width: 30px;
	height: 1px;
	display: block;
	margin: 30px auto 0 auto;
	background: #da251c;
}
#vlist li h3{
	font-size:18px;
	display:block;
	font-weight:normal;
	margin-top: 15px;
	/* color: #fff;
	text-transform: uppercase; */
}
#vlist li p{
	line-height:20px;
	color:#666;
	margin-top:10px;
	display:block;
}
#vlist li .detail{
	width: 195px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	margin: 30px auto 0 auto;
	line-height: 50px;
}
/* banner */
.banner { width: 100%; min-width:1400px;height:680px; overflow: hidden; position: relative; text-align: center;background:#fff!important;}
.banner:hover .ctrl { width: 1400px; margin-left: -600px; opacity: 1; filter: alpha(opacity = 100); }
.banner .bd { height:680px; position: relative; left: 50%; margin-left: -960px;}
.banner .bd li { width: 1920px; }
/*banner2*/
.bxslider{
	min-width:1400px;
}
.bxslider li{
	height:680px;
}
.bxslider li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.index_lm{
	overflow: hidden;
	background: #fff;
}
.index_lm li{
	overflow: hidden;
	float: left;
	width: 20%;
	height: 65px;
	border-bottom: 1px solid #ddd;
	transition: 0.6s;
	padding: 0 15px 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 25px;
	font-size: 15px;
	background: url(/web/pic/i.png) 15px center no-repeat;
}
.index_lm a{
	display:block;
	overflow:hidden;
}
.index_lm li:hover{
	background: url(/web/pic/ii.png) 15px center no-repeat;
}
.index_lm li:hover a{
	color: #F38001;
}






.index_lm .layer1{
	text-align: center;
	line-height: 175px;
	font-size: 20px;
	font-weight: bold;
}
.index_lm .layer1 img{
	max-width: 50px;
	height: auto;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	margin-right: 8px;
}
.index_lm .layer2{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	background: #E9460B;
	/* transition: 0.6s; */
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
}
.index_lm .layer2 .num{
	overflow: hidden;
	position: absolute;
	left:0;
	bottom:-22px;
	font-size: 136px;
	color: rgba(255, 255, 255, 0.2);
}
.index_lm .layer2 .info{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 20;
	transition: 0.6s;
	padding: 30px 35px 0 35px;
	color: #fff;
}
.index_lm .layer2 .info .shang{
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
}
.index_lm .layer2 .info .xia{
	overflow: hidden;
	line-height: 25px;
	margin-top: 10px;
}
.index_lm li:hover .layer2{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

#so{
	display:block;
	float:right;
	overflow: hidden;
	margin-left: 20px;
	background:#d51919;
	width:35px;
	height:35px;
	line-height:35px;
	border-radius:100%;
	text-align:center;
	margin-top:25px;
}
#so span,
#so i,
#so a{
	font-size:20px;
	cursor: pointer;
	line-height: 35px;
	 color: #fff;
	/*display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #d30f06;
	text-transform: uppercase; */
}
#search_box{
	background:#f0f0f0;
	position:absolute;
	top:95px;
	right:160px;
	z-index:99999;
	padding:10px;
	display:none;
	border:1px solid #ccc;
}
#search_box:before{
	content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-color: #ccc #ccc transparent transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -6px;
  right: 6px;
  background-color: #f0f0f0;
}
#hot_l{
	width:830px;
	float: left;
	overflow:hidden;
	line-height: 50px;
}
#hot_l #hot{
	display:block;
	float:left;
	font-weight: bold;
	color: #0573bd;
	/*padding-left: 35px;
	background: url(/web/pic/hot.png) left center no-repeat; */
}
#hot_l a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* padding: 0 5px 0 5px; */
	margin-left: 20px;
	/* border-right:1px solid rgba(255,255,255,0.5);
	line-height:14px;
	height:14px; */
}
#other{
	height:35px;
	position:relative;
	cursor:pointer;
	float:right;
	z-index: 999999999;
	margin-left: 40px;
	margin-top: 25px;
}
#other p{
	display:block;
	cursor:pointer;
	/* background: #f0f0f0; */
	/* padding: 0 10px; */
	transition: 0.6s;
	height:35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
}
#other p span{
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}
#other p i{
	font-size:18px;
}
#other p .fa-dribbble{
	margin-right: 10px;
}
#other p .fa-angle-down{
	margin-left: 10px;
}
#other ul{
	position:absolute;
	right:0;
	top:35px;
	width:100%;
	display:none;
	background:#666;
	z-index:9999999;
}
#other ul li{
	line-height:40px;
	text-align:center;
	border-bottom:1px dotted rgba(255,255,255,0.2);
}
#other ul li a{
	color:#fff;
	display:block;
	transition:0.6s;
}
#other:hover ul{
	display:block;
}

/*首页产品循环*/
.index_pro{
	margin-top:40px;
	overflow:hidden;
}
.index_pro ul{
	width:1250px;
	overflow:hidden;
}
.index_pro ul li{
	width:285px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-right:20px;
}
.index_pro ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	border:1px solid #ccc;
}
.index_pro ul li:hover img{
	border-color:#0000FE;
}
.index_pro ul li h3{
	display:block;
	margin-top:10px;
}
.index_pro ul li h3 a{
	font-weight:normal;
	font-size:14px;
}
#top_tel{
	overflow: hidden;
	float: right;
	margin-right: 20px;
	padding-left: 40px;
	background: url(/web/pic/t.png) left center no-repeat;
	color: #83b700;
	font-size: 24px;
	line-height: 45px;
}
#top_tel i{
	font-size: 18px;
	margin-right: 6px;
	/* vertical-align: middle; */
}
#top_email{
	overflow: hidden;
	float: left;
	line-height: 25px;
	font-size: 16px;
}
#top_email i{
	font-size: 18px;
	margin-right: 8px;
	color: #F38001;
}



#footer_nav{
	overflow:hidden;
	float: left;
	/* text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}
#footer_nav a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* margin: 0 30px 0 30px;
	font-size: 18px; */
	padding-right:10px;
	margin-right: 10px;
	line-height: 14px;
	border-right: 1px solid #fff;
	color: #fff;
}
#footer_nav a:last-child{
	/* padding-right:0!important;
	border:none!important;
	margin-right: none!important;
	background: none!important; */
}
#footer_nav a:hover{
	text-decoration: underline;
	/* color: #fff; */
}
/*选项卡1*/
.slideBox1{
	overflow:visible;
	position:relative;
}
.slideBox1 .hd{
	overflow: visible;
	text-align: center;

	margin-bottom:26px;
	height:40px;
}
.slideBox1 .hd ul{
	overflow: visible;
	text-align: center;
	padding-left:20px;
}
.slideBox1 .hd ul li{
	cursor:pointer;
	position: relative;
	background:none;
	padding:0 20px 0 20px;
	height:70px;
	line-height:70px;
	float:left;

	border-top:1px solid #78859f;
}
.slideBox1 .hd ul li a{
	display: block;
	font-size: 18px;
	color: #fff;
	/* border: 1px solid #fff; */
	padding:0 20px 0 20px;
}
.slideBox1 .hd ul li.on{
	border-top:1px solid #d6dae2;
	
}
.slideBox1 .hd ul li.on a{
	color:#4caa07;
	/* background: #003399;
	border-color: #003399; */
}
.slideBox1 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #D80001;
	position: absolute;
	left:0;
	bottom:-1px;
	z-index: 10; 
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #163A84;
	left: 50%;
	margin-left: -10px;*/
}
.slideBox1 .bd{
	overflow:visible;
}
.slideBox1 .bd ul{
	/* width: auto; */
	overflow: visible;
	height:488px;
	padding-top:60px;
	padding-left:66px;
}
.slideBox1 .bd ul li{
font-size:40px;
height:125px;
line-height:125px;
display:block;
background:url(../images/at3.png) left bottom no-repeat;
}
.slideBox1 .bd ul li a{
color:#fff;
}
.slideBox1 .bd ul li a:hover{
color:#4caa07;
}
#applicationpic{height:604px;position:absolute;left:0;top:0;width:1400px;z-index:-1;}
/*选项卡2*/
.slideBox2{
	margin-top:20px;
	overflow:hidden;
}
.slideBox2 .hd{
width:777px;
float:left;
}
.slideBox2 .hd ul{
	width:100%;
	overflow:hidden;
}
.slideBox2 .hd ul li{
	font-size:20px;
	float:left;
	height:130px;
	line-height:130px;
	cursor:pointer;
	padding:0;
	text-align:center;
	position:relative;
	margin-bottom:6px;
	margin-right:6px;
}
.slideBox2 .hd ul li img{
width:100%;
height:auto;
}
.slideBox2 .on:after{
	/*三角*/
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom:0px;
	position: absolute;
	width: 0;
	border-width: 0;
	border-bottom-color: #ffffff;
	left: 50%;
	margin-left:-6px;
	/*横线
	content: '';
	height: 2px;
	margin-bottom: -1px;
	bottom:100%;
	position: absolute;
	width: 100%;
	left: 0;
	background: #34DAC6;*/
}
.slideBox2 .hd ul li a{
	display:block;
	color:#73737f;
}
.slideBox2 .bd{
width:590px;
background:#fff;
height:539px;
float:right;
padding:40px 90px 40px 90px;
}
.slideBox2 .bd ul{
	overflow:hidden;
}
/*选项卡3*/
.slideBox3{
	overflow:hidden;
}
.slideBox3 .hd{
	overflow:hidden;
	width:265px;
	float: left;
	text-align:left;
}
.slideBox3 .hd h2{
font-size:36px;
line-height:65px;
}
.slideBox3 .hd h3{
font-size:16px;
line-height:25px;
font-weight:normal;
margin-bottom:30px;
}
.slideBox3 .hd h4{
font-size:16px;
width:218px;
height:53px;
line-height:53px;
font-weight:normal;
margin-bottom:30px;
text-align:center;
border:1px solid #fff;
color:#fff;
margin-top:60px;
}
.slideBox3 .hd h4:hover{
border:1px solid #ccc;
color:#ccc;
}
.slideBox3 .hd #hd_title{
	overflow: hidden;
	height: 150px;
	background: url(/web/pic/hd_title.jpg) no-repeat;
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
	padding-top:65px;
	padding-left: 70px;
}
.slideBox3 .hd ul{
	overflow: hidden;
	padding: 0;
	border-top: none;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background:none;
	transition: 0.6s;color: #676767;
}
.slideBox3 .hd ul li .iconfont{
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.slideBox3 .hd ul li a{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
}
.slideBox3 .hd ul li.on{
	background:none;
}
.slideBox3 .hd ul li.on a{
	color: #fff;
	font-weight:bold;
}
/*
.slideBox3 .hd ul li.on:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top:50%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 100%;
	margin-top:-10px;
	border-left-color:#113653;
} */
.slideBox3 .hd .arrow{
	display: block;
	overflow: hidden;
	margin-top: 50px;
}
.slideBox3 .hd .prev,
.slideBox3 .hd .next{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	border: 1px solid #10398B;
	text-align: center;
	line-height: 45px;
	margin-right: 25px;
	transition: 0.5s;
	cursor: pointer;
}
.slideBox3 .hd .prev:hover,
.slideBox3 .hd .next:hover{
	background: #10398B;
}
.slideBox3 .hd .prev .fa,
.slideBox3 .hd .next .fa{
	font-size: 26px;
	line-height: 45px;
	color: #10398B;
}
.slideBox3 .hd .prev:hover .fa,
.slideBox3 .hd .next:hover .fa{
	color: #fff;
}
.slideBox3 .bd{
	width:924px;
	overflow: visible;
	float: right;
}
.slideBox3 .bd ul{
	overflow: visible;
}
/*.slideBox3 .bd ul li{
	width: 285px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 30px;
}
.slideBox3 .bd ul li .pic{
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	transition: 0.6s;
}

.slideBox3 .bd ul li img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.slideBox3 .bd ul li:hover .pic{
	border-color: #F38001;
}
.slideBox3 .bd ul li:hover img{
	transform: scale(1.1);
}
.slideBox3 .bd ul li h3{
	display: block;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	margin-top: 15px;
}
.slideBox3 .bd ul li .detail{
	display: block;
	overflow: hidden;
	margin-top: 15px;
	color: #666;
}*/
/*选项卡1*/
.slideBox4{
	margin:0px auto;
	overflow:hidden;
}
.slideBox4 .hd{
	overflow:visible;
	position: absolute;
	left:0;
	bottom:0;
}
.slideBox4 .bd{
	overflow: hidden;

}
.slideBox4 .tempWrap{
	float: left;
}
.slideBox4 .bd ul{
	overflow:hidden;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox4 .pageState{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 50px;
	font-size: 24px;
	color: #666;
	font-weight: normal;
	letter-spacing: 6px;
}
.slideBox4 .pageState:after{
	content: "";
	width: 555px;
	height: 1px;
	display: block;
	background: #ccc;
	left:50px;
	top:50%;
	margin-top: -12.5px;
	position: absolute;
}
.slideBox4 .pageState span{
	color: #f5821f;
}
.slideBox4 .prev,.slideBox4 .next{
	overflow: hidden;
	float: left;
	width: 23px;
	height: 13px;
	margin-right: 20px;
	display: block;
	cursor: pointer;
}
.slideBox4 .prev{
	float:left;
	background: url(/web/pic/l.png) no-repeat;
}
.slideBox4 .prev:hover{
	background: url(/web/pic/ll.png) no-repeat;
}
.slideBox4 .next{
	background: url(/web/pic/r.png) no-repeat;
}
.slideBox4 .next:hover{
	background: url(/web/pic/rr.png) no-repeat;
}
/*--和第1种一样--*/
#slideBox5{
	overflow:visible;
}
#slideBox5 .hd{
	overflow: visible;
}
#slideBox5 .hd ul{
	overflow: visible;
	float: right;
	margin-top: 15px;
}
#slideBox5 .hd ul li{
	float: left;
	transition: 0.6s;
	height: 35px;
	border-bottom: 2px solid transparent;
	margin-left: 40px;
}
#slideBox5 .hd ul li a{
	display: block;
	font-size: 18px;
}
#slideBox5 .hd ul li.on:after{
	/* border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 16px;
	border-top-color: #F06216;
	left: 50%;
	margin-left:-16px;
	z-index: 99; */
}
#slideBox5 .hd ul li.on{
	border-color: #DA0000;
}
#slideBox5 .hd ul li.on a{

}
#slideBox5 .bd{
	overflow:visible;
}
#slideBox5 .bd ul{
	overflow: visible;
}

.slideBox20{
	margin-top:50px;
	overflow:hidden;
}
.slideBox20 .hd{

}
.slideBox20 .hd ul{
	width:100%;
	overflow:hidden;
}
.slideBox20 .hd ul li{
	font-size:18px;
	float:left;
	height:45px;
	line-height:45px;
	border:1px solid #ccc;
	border-bottom:0;
	background:#fff;
	padding:0 20px;
	cursor:pointer;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	margin-right:10px;
}
.slideBox20 .hd ul li a{
	display:block;
}
.slideBox20 .bd{
	border:1px solid #ccc;
}
.slideBox20 .bd ul{
	padding:10px;
	overflow:hidden;
}
/*文字左右滚动*/
.txt-left{
	width:995px;
	position:relative;
	float:left;
	margin-left:20px;
}
.txt-left .hd{
	overflow:hidden;
	float:left;
	width:25px;
	margin-right:20px;
	display:none;
}
.txt-left .hd .prev,.txt-left .hd .next{
	display:block;
	width:5px;
	height:9px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	float:left;
	background:url("../images/icoLeft.gif") no-repeat;
}
.txt-left .hd .next{
	background:url("../images/icoRight.gif") no-repeat;
	margin-left:10px;
}
.txt-left .bd .tempWrap{
	width:900px !important;
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txt-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.txt-left .bd ul li{
	margin-right:20px;
	float:left;
	height:25px;
	line-height:25px;
	text-align:left;
	_display:inline;
	width:auto !important;
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txt-left .bd ul li span{
	color:#999;
	margin-left:10px;
}

/* 图片向左滚动*/
.picMarquee-left{
	width:auto!important;
	overflow:hidden;
}
.picMarquee-left .hd{
	overflow:hidden;
	height:30px;
	background:#f4f4f4;
	padding:0 10px;
	display:none;
}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") no-repeat;
}
.picMarquee-left .hd .next{
	background-position:0 -50px;
}
.picMarquee-left .hd .prevStop{
	background-position:-60px 0;
}
.picMarquee-left .hd .nextStop{
	background-position:-60px -50px;
}
.picMarquee-left .bd{
	overflow:hidden;
}
.picMarquee-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picMarquee-left .bd ul li{
	width:220px!important;
	float:left;
	_display:inline;
	overflow:hidden;
	position: relative;
	margin-right: 20px;
}
.picMarquee-left .bd ul li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.picMarquee-left .bd ul li:hover img{
	transform: scale(1.1);
}
.picMarquee-left .bd ul li a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:rgba(243,178,146,0.5);
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
	text-align: center;
}
.picMarquee-left .bd ul li:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.picMarquee-left .bd ul li a i{
	font-size:26px;
	display:block;
	margin:20% auto 0 auto;
	color: #fff!important;
}
.picMarquee-left .bd ul li a h3{
	font-size:18px;
	color:#fff;
	display:block;
	font-weight:normal;
	margin-top: 10%;
	padding: 0 10px;
}
/* 本例子css */
.picMarquee-top{ margin:0 auto;  width:100%; overflow:hidden; position:relative;}
.picMarquee-top .hd{ overflow:hidden;display: none;}
.picMarquee-top .hd .prev,.picMarquee-top .hd .next{ display:block;  width:50px; height:50px; float:right; margin-left:10px; margin-top:10px;  overflow:hidden;cursor:pointer; text-align: center;background:#fff;color: #951F1F;}
.picMarquee-top .hd .prev i,.picMarquee-top .hd .next i{
	font-size: 40px;
	line-height: 50px;
}
.picMarquee-top .hd .next{ background:#951F1F;color: #fff;}
.picMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
.picMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
.picMarquee-top .bd{}
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li{zoom:1;margin-top:10px;overflow: hidden;text-align: center;}
.picMarquee-top .bd ul li .pic{ text-align:center; height:210px;overflow:hidden;border: 10px solid #fff;display: block;}
.picMarquee-top .bd ul li .pic img{ width:100%; height:auto; display:block; }
.picMarquee-top .bd ul li .title{
	overflow: hidden;
	margin-top: 10px;
}

/*---平行四边形-----*/

.pingxing {
	width: 165px;
	height: 165px;
	display: block;
	float: left;
	overflow: hidden;
	transform:rotate(45deg);
	position: absolute;
}

/*－－－六边形---
<div class="boxF" id="cp($step /)">
	<div class="boxS">
		<div class="boxT" style="background-image: url(($picurl /));">
			<a href="($theurl /)" title="($titles /)">
			<div class="overlay">
				<div class="name transition3">($title /)</div>
			</div>
			</a>
		</div>
	</div>
</div>
*/
.boxF, .boxS, .boxT, .overlay
{
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	/*小数除以大数需要＝0.8*/
	width: 215px;
	height: 172px;
	overflow: hidden;
}
.boxF, .boxS
{
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	width: 215px;
	height: 172px;
	visibility: hidden;
}
.boxF
{
	/*需要不规则排列绝对定位需要将此处改为position:absolute然后和其它元素一样定位即可*/
	position:absolute;
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
.boxS
{
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.boxT
{

	/* background: no-repeat 50% center;
	background-size: 125% auto; */
	background-size: cover;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	visibility: visible;
}
.overlay
{
	transition: all 550ms ease-in-out 0s;
	/* display: none; */
	position: relative;
}
.overlay:hover
{
	background-color: rgba(0,0,0,0.3);
}
.boxT:hover .overlay
{
	display: block;
}
.overlay .name{
	display: inline-block;
	position: absolute;
	top: 65px;
	left:0;
	font-size:32px;
	text-align:center;
	color:#009fe8;
	width:100%;
}
/*----菱形------
<li id="li1">
	<a href="#">
		<img src="/web/pic/1.jpg" alt="">
		<span class="kuang"><h4>标题</h4></span>
	</a>
</li>
*/
#lingxing{
	width:100%;
	overflow:hidden;
	height:325px;
	position:relative;
}
#lingxing li{
	position:absolute;
	width:220px;
	height:220px;
	overflow:hidden;
}
#lingxing li .kuang{
	display:block;
	width:152.5px;
	height:152.5px;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:1;
	background: rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
	transition: 1s;
}
#lingxing li:hover .kuang{
	filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}
#lingxing li a{
	display:block;
	width:152.5px;
	height:152.5px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	z-index:10;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	top:31px;
	left:31px;
	border:2px solid #ccc;
}
#lingxing li img{
	max-width:100%;
	height:auto;
	display:block;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#lingxing li h4{
	font-size:18px;
	font-weight:normal;
	position:absolute;
	z-index:5;
	left:50%;
	bottom:60px;
	width:120px;
	text-align:center;
	margin-left:-60px;
	word-break:break-word;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);

	color:#fff;
}
#lingxing #li1{
	left:1px;
	top:1px;
}
#lingxing #li2{
	left:216px;
	top:1px;
}
#lingxing #li3{
	left:432px;
	top:1px;
}
#lingxing #li4{
	left:648px;
	top:1px;
}
#lingxing #li5{
	left:864px;
	top:1px;
}
#lingxing #li6{
	left:108px;
	top:108px;
}
#lingxing #li7{
	left:324px;
	top:108px;
}
#lingxing #li8{
	left:540px;
	top:108px;
}
#lingxing #li9{
	left:756px;
	top:108px;
}
#lingxing #li10{
	left:972px;
	top:108px;
}
#shuzi_zone{
	overflow: hidden;
	background: #fff;
	overflow: hidden;
	box-shadow:0 0px 16px rgba(0,0,0,.15);
	padding: 40px 0;
	position: absolute;
	left:0;
	bottom:0;
	z-index: 10;
	width: 100%;
	-moz-border-radius-bottomleft: 50px;
	-webkit-border-bottom-left-radius: 50px;
	border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-webkit-border-top-right-radius: 50px;
	border-top-right-radius: 50px;
}
#shuzi_zone ul{
	overflow:hidden;
	width: auto;
}
#shuzi_zone ul li{
	overflow: visible;
	float: left;
	display: block;
	position: relative;
	width: 25%;
	text-align: center;
	/* margin-right: 30px; */
}
/* #shuzi_zone ul li:after{
	content: "";
	width: 8px;
	height: 8px;
	background: url(/web/pic/quan.png) no-repeat;
	position: absolute;
	left:100%;
	top:20px;
	margin-left: -4px;
}
#shuzi_zone ul #li4:after{
	display: none;
} */
#shuzi_zone ul li .shang{
	overflow: hidden;
	font-size: 30px;
	color: #d30f06;
	font-weight: bold;
}
#shuzi_zone ul li .counter{
	font-size:50px;
	margin-right: 10px;
}
#shuzi_zone ul li .xia{
	display:block;
	overflow: hidden;
	margin-top: 15px;
	/* color: #fff; */
	font-size: 16px;
}
/* 本例子css */
.txtMarquee-top{
	overflow:visible;
	position:relative;
}
.txtMarquee-top .hd{ overflow:hidden;position: absolute;right:0;top:-90px;display:none;}
.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{
	display:block;
	width:35px;
	height:35px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.txtMarquee-top .hd .prev{
	background: #DFDFDF;
}
.txtMarquee-top .hd .next{
	background: #028CD7;
}
.txtMarquee-top .bd{}
.txtMarquee-top .bd ul{}
.txtMarquee-top .bd ul li{overflow:hidden;}
#index_fenlei{
	overflow:hidden;
}
#index_fenlei dl{
	overflow:hidden;
	float: left;
	width: 400px;
	height:170px;
	padding: 0 15px;
}
#index_fenlei dl:nth-child(even){
	background: #F9F7F8;
}
#index_fenlei dl dt{
	height:170px;
	float:left;
	overflow:hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	width: 120px;
}
#index_fenlei dl dd{
	margin-left: 130px;
	height:170px;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	font-size: 24px
}

#liucheng{
	overflow:hidden;
	width: auto;
	position: relative;
	height: 370px;
	background: url(/web/pic/liucheng.png) center 60px no-repeat;
}
#liucheng li{
	position: absolute;
	width: 120px;
	text-align: center;
}
#liucheng li .pic{
	display: block;
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
#liucheng li .xia{
	overflow: hidden;
	margin-top: 15px;
	color: #c88201;
	font-size: 16px;
}
#liucheng li .pic1{
	position: absolute;
	width: 120px;
	height: 120px;
	left:0;
	top:0;
	transition: 0.6s;
}
#liucheng li .pic2{
	position: absolute;
	width: 120px;
	height: 120px;
	left:0;
	top:0;
	transition: 0.6s;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
#liucheng li:hover .pic1{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
#liucheng li:hover .pic2{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#liucheng li .pic2 .zhezhao{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	background: rgba(200, 130, 1, 0.3);
}
#liucheng li img{
	max-width: 100%;
	height: auto;
	display: block;
}
#liucheng #li1{
	left:0;
	top:0;
}
#liucheng #li2{
	left:272px;
	top:0;
}
#liucheng #li3{
	left:541px;
	top:0;
}
#liucheng #li4{
	left:812px;
	top:0;
}
#liucheng #li5{
	right:0;
	top:0;
}
#liucheng #li6{
	right:0;
	top:210px;
}
#liucheng #li7{
	right:270px;
	top:210px;
}
#liucheng #li8{
	right:540px;
	top:210px;
}
#liucheng #li9{
	right:811px;
	top:210px;
}









#ny_zlm_zone{
	background:#f9f9f9;
	padding:15px 0;
	border-bottom:1px solid #ccc;
	min-width: 1400px;
	margin: 0px auto;
}
.ny_zlm{
	overflow:hidden;
	text-align:center;
}
.ny_zlm a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:40px;
	background:#fff;
	border:1px solid #ccc;
	margin:0 5px;
	padding:0 20px;
	transition:0.6s;
}

/*滚动新版可以循环*/
.scroll{
	width:auto;
	overflow:visible;
}
.scroll .item1{
	overflow: hidden;
	transition: 0.6s;
	position: relative;
	float:left;
	width:100%;
	
}
.scroll .item10{
	transition: 0.6s;
	position: relative;
	float:left;
	width:294px;
	
}
.scroll .item10 dl{text-align:left;border:1px solid #eeeeee;}
.scroll .item10 dl dt{height:221px;overflow:hidden;}
.scroll .item10 dl dd{padding:14px;}
.scroll .item10 dl h4{font-size:16px;line-height:40px;}
.scroll .item10 dl h5{font-size:14px;line-height:32px;color:#999999;background:url(../images/line1.jpg) left bottom no-repeat;}
.scroll .item10 dl h6{width:130px;line-height:35px;display:block;font-size:14px;text-align:left;}
.scroll .item10 dl h6 i{font-size:16px;float:right;margin-right:450px;color:#000000;}
.scroll .item10 dl:hover{border:1px solid #4caa07;}
.scroll .item10 dl:hover h6 i{color:#4caa07;}
.scroll .item10:hover{
	border-color: #268ec7;
}
.scroll .item10 dl dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll .item10 dl dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.scroll .item10 a{
	display: block;width:554px;
	overflow: hidden;
	color:#1c0000;
}
.scroll .item10 .pic{
	display:block;
	overflow: hidden;
	position: relative;
	border: 1px solid #dcdcdc; 
	width:294px;
}
.scroll .item10:hover .pic{
	border: 1px solid #00a1de; 
}
.scroll .item10 .pic .zhezhao{
width:294px;
	height: 100%;
	background: url(/web/pic/jia.png) center center no-repeat rgba(0, 0, 0, 0.3);
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scroll .item10:hover .pic .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.scroll .item10 img{
	width:294px;
	height: 221px;
	display: block;
	transition: 0.6s;
}
.scroll .item10:hover .pic img{
	transform: scale(1.1);
}

.scroll .item10 .xia{
	overflow: hidden;
	padding: 20px;
	background:none;
	transition: 0.6s;
	color:#ffffff;
}
.scroll .item10:hover .xia{
	background:#00a1de;
	color:#ffffff;
}
.scroll .item10 h3{
	font-size: 18px;
	/* transition: 0.6s; */
	display: block;
	font-weight: normal;
	overflow: hidden;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}
.scroll .item10:hover h3{
	/* background: #DA0001; */
	color: #fff;
}
.scroll .item10 p{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	color: #666;
	height: 50px;
}
.scroll .item10 .time{
	color: #999;
	margin-top: 10px;
	display: block;
}
.scroll .item10 .detail{
	display: block;
	margin-top: 20px;
	color: #666;
	transition: 0.6s;
}


.scroll .item1 dl{text-align:left;}
.scroll .item1 dl dt{overflow:hidden;}
.scroll .item1 dl dd{}
.scroll .item1 dl h4{text-align:left;font-size:18px;line-height:22px;display:block;word-break:break-all;margin-bottom:20px;}
.scroll .item1 dl h5{text-align:left;font-size:14px;line-height:30px;}
.scroll .item1 dl h6{width:109px;line-height:37px;display:block;text-indent:13px;background:#cecece;font-size:14px;text-align:left;}
.scroll .item1 dl dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll .item1 dl dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.scroll .item1:hover{
	border-color: #268ec7;
}
.scroll .item1 a{
	display: block;
	overflow: hidden;
	color:#333;
}
.scroll .item1 .pic{
	display:block;
	overflow: hidden;
	position: relative;
	border: 1px solid #dcdcdc; 
	width:100%;
}
.scroll .item1:hover .pic{
	border: 1px solid #00a1de; 
}
.scroll .item1 .pic .zhezhao{
width:289px;
	height: 100%;
	background: url(/web/pic/jia.png) center center no-repeat rgba(0, 0, 0, 0.3);
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scroll .item1:hover .pic .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.scroll .item1 .pic img{
	width:100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.scroll .item1:hover .pic img{
	transform: scale(1.1);
}

.scroll .item1 .xia{
	overflow: hidden;
	padding: 20px;
	background:none;
	transition: 0.6s;
	color:#333;
}
.scroll .item1:hover .xia{
	background:#00a1de;
	color:#ff0000;
}
.scroll .item1 h3{
	font-size: 18px;
	/* transition: 0.6s; */
	display: block;
	font-weight: normal;
	overflow: hidden;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}
.scroll .item1:hover h3{
	/* background: #DA0001; */
	color: #fff;
}
.scroll .item1 p{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	color: #666;
	height: 50px;
}
.scroll .item1 .time{
	color: #999;
	margin-top: 10px;
	display: block;
}
.scroll .item1 .detail{
	display: block;
	margin-top: 20px;
	color: #666;
	transition: 0.6s;
}
/*--------标题浮动在图片上-------*/
.scroll .item2{
	overflow: hidden;
	position: relative;
	height: 580px;
	background-position: center center;
	background-size: cover;
}
.scroll .item2 .pic{
	display: block;
	overflow: hidden;
	position: relative;
}
.scroll .item2 img{
	display:block;
	transition: 0.6s;
	object-fit：fill;
}
.scroll .item2:hover img{
	transform: scale(1.1);
}
.scroll .item2 a{
	display:block;
	overflow:hidden;
	color: #fff;
}
.scroll .item2 .zhezhao{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left:0;
	top:0;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 20px;
}
.scroll .item2:hover .zhezhao{
	background: rgba(0, 0, 0, 0.1);
}
.scroll .item2 .zhezhao h3{
	display: block;
	line-height: 25px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-top: 390px;
	height: 50px;
	overflow: hidden;
}
.scroll .item2 .zhezhao .detail{
	width: 120px;
	height: 35px;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.6s;
	margin-top: 15px;
	display: block;
	text-align: center;
	line-height: 35px;
}
.scroll .item2:hover .zhezhao .detail{
	background: #E90303;
	color: #fff;
	border-color: #E90303;
}

/*-----普通的样式-----*/
.scroll .item3{
	overflow:hidden;
	transition: 0.6s;
}
.scroll .item3 a{
	display: block;
	overflow: hidden;
}
.scroll .item3 .pic{
	display:block;
	overflow:hidden;
	border: 1px solid #ccc;
}
.scroll .item3:hover .pic{
	/* box-shadow:0 0px 15px rgba(0,0,0,.18); */
	/* border-color: #0186D3; */
}
.scroll .item3:before{
	/* content: "";
	width: 34px;
	height: 34px;
	background: url(/web/pic/hot.png) no-repeat;
	position: absolute;
	top:-3px;
	left:-3px;
	z-index: 10;
	overflow: hidden;
	display: block; */
}
.scroll .item3 img{
	max-width: 100%;
	height: auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
}

.scroll .item3:hover img{
	/* transform:scale(1.1); */
}
.scroll .item3 .xia{
	overflow: hidden;
	padding: 20px;
}
.scroll .item3 .txt{
	width: 450px;
	float: left;
	padding-right: 30px;
	overflow: hidden;
}
.scroll .item3 h3{
	display:block;
	font-size:16px;
	overflow:hidden;
	font-weight: normal;
}
.scroll .item3 p,
.scroll .item3 .desc{
	display:block;
	overflow:hidden;
	color:#666;
	margin-top:10px;
	line-height: 25px;
	height: 50px;
}
.scroll .item3 .detail{
	display: block;
	color: #fff;
	line-height: 45px;
	background: #2EA7E0;
	font-size: 20px;
	text-align: center;
	visibility: hidden;
}
.scroll .item3:hover .detail{
	visibility: visible;
}

.scroll .item3 .time{
	display: block;
	color: #999;
	margin-top: 20px;
	font-size: 15px;
}


/*---鼠标经过遮罩层---*/
.scroll .item4{
	overflow:hidden;
	position:relative;
	text-align: center;
	/* border: 1px solid #ccc; */
}
.scroll .item4:hover{
	/* border-color: #E50112; */
}
.scroll .item4 a{
	display: block;
	overflow: visible;
}
.scroll .item4 .pic{
	position: relative;
	display: block;
	overflow: hidden;
	/* border: 1px solid #ccc; */
}
.scroll .item4 img{
	height: 450px;
	width: auto;
	display:block;
	transition:0.6s;
	margin-left: -150px;
}
.scroll .item4:hover img{
	transform:scale(1.1);
}

.scroll .item4 .zhezhao{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:rgba(0, 0, 0, 0.3);
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	padding: 30px;
	display: flex;
  justify-content:center;
  align-items:Center;
}
.scroll .item4 a i,
.scroll .item4 a .iconfont{
	font-size:38px;
	color: #02BFF7;
	text-align: center;
	display: none;
}
.scroll .item4:hover a i{
	color: #fff;
}
.scroll .item4 a h3{
	font-size:14px;
	display:block;
	font-weight:normal;
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	left:0;
	bottom:0;
	z-index: 10;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.scroll .item4:hover .iconfont{
	display: block;
}
.scroll .item4:hover .zhezhao{
	background: rgba(0, 0, 0, 0.1);
}
/*第5种*/
.scroll .item5{
	overflow: hidden;
	position: relative;
	padding-top: 50px;
}
.scroll .item5 a{
	display: block;
	overflow: hidden;
}
.scroll .item5 .pic{
	display: block;
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	position: absolute;
	left:40px;
	top:0;
	z-index: 10;
}
.scroll .item5 .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.scroll .item5 .xia{
	width: 100%;
	height: 250px;
	background: #fff;
	padding: 70px 45px 0 45px;
	overflow: hidden;
}
.scroll .item5 h3{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.scroll .item5 .title{
	overflow: hidden;
	margin-top: 5px;
	color: #999;
}
.scroll .item5 .desc{
	overflow: hidden;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}






.scroll .owl-prev,
.scroll .owl-next{
	position:absolute;
	width:30px;
	height:54px;
	text-align:center;
	z-index:20;
	top:40%;
	margin-top: -17.5px;
	transition: 0.6s;
	border: 0 solid #ccc;
	background:#cecece;
}
.scroll .owl-prev .iconfont,
.scroll .owl-next .iconfont{
	line-height: 54px;
	font-size: 28px;
}
.scroll .owl-next .iconfont{
	margin-left: 3px;
}
.scroll .owl-prev:hover .iconfont,
.scroll .owl-next:hover .iconfont{
	color:#fff;
}

.scroll .owl-prev{
	left:-60px;
}
.scroll .owl-next{
	right:-60px;
}
.scroll .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.scroll .owl-dots .owl-dot{
	width:11px;
	height:11px;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	background: #666;
}
.scroll .owl-dots .owl-dot.active{
	background: #d51919;
}
.scrollcase .owl-prev{
	position:absolute;
	width:36px;
	height:51px;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	text-align:center;
	z-index:20;
	top:80%;
	margin-top: -17.5px;
	transition: 0.6s;
	background:url(../images/anlijt1.png) no-repeat;
}
.scrollcase .owl-next{
	position:absolute;
	width:36px;
	height:51px;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	text-align:center;
	z-index:20;
	top:80%;
	margin-top: -17.5px;
	transition: 0.6s;
	background:url(../images/anlijt2.png) no-repeat;
}
.scrollcase .owl-prev .iconfont,
.scrollcase .owl-next .iconfont{
	line-height: 35px;
	font-size: 18px;
}
.scrollcase .owl-next .iconfont{
	margin-left: 3px;
}
.scroll .owl-prev:hover .iconfont,
.scroll .owl-next:hover .iconfont{
	color:#fff;
}
.scrollcase .owl-prev{
	left:-60px;
}
.scrollcase .owl-next{
	right:-60px;
}
.scrollcase .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.scrollcase .owl-dots .owl-dot{
	width:10px;
	height:10px;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	background: #666;
}
.scrollcase .owl-dots .owl-dot.active{
	background: #E90303;
}
/*相关产品*/
#xgcp{
	width:auto;
	padding:0 35px;
}
#xgcp .item{
	text-align:center;
	overflow:hidden;
}
#xgcp .item img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#xgcp .item h3{
	display:block;
	margin-top:10px;
	font-size:14px;
	font-weight:normal;
}
#xgcp .owl-prev,#xgcp .owl-next{
	position:absolute;
	top:50%;
	width:25px;
	height:25px;
	margin-top:-12.5px;
	background:#c2c2c2;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
	text-align:center;

}

#xgcp .owl-prev:hover .fa,#xgcp .owl-next:hover .fa{
	color:#fff;
}
#xgcp .owl-prev .fa,#xgcp .owl-next .fa{
	color:#fff;
	line-height:25px;
	font-size:18px!important;
}

#xgcp .owl-prev{
	left:0px;
}
#xgcp .owl-next{
	right:0px;
}

/*问答伸缩*/
#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
	margin-bottom:20px;
}
#faqlist dl dt{
	height:50px;
	line-height:50px;
	display:block;
	background:#f0f0f0;
	padding-left:20px;
	cursor:pointer;
}
#faqlist i{
	float:left;
	width:25px;
	height:25px;
	border:1px solid #ccc;
	line-height:25px;
	text-align:center;
	font-size:18px;
	margin-top:12.5px;
	transition:0.6s;
}
#faqlist em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	display:none;
}
#faqlist dl dt.open i{
	transform:rotate(90deg);
}
/* 放大渐变可能用的上 */
.texiao{
	animation-name: texiaodonghua;
  animation-duration: 2s;
  animation-timing-function: linear;
	animation-iteration-count:infinite;
}
@keyframes texiaodonghua { 
	0% {
		transform:scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform:scale(1.4);
		-webkit-transform: scale(1.4);
		filter:alpha(opacity=0);
		-moz-opacity:0;
		-khtml-opacity: 0;
		opacity: 0;
	}
}
/* 视频部分不要删除 */
#video {
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	/* object-fit: fill; */
}
.VideoBtn{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.3);
	left:0;
	top:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 80px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}
.VideoBtn img{
	cursor: pointer;
	z-index: 10;
	width: 56px;
	height: 55px;
	display: block;
	margin: 0px auto;
}

#joblist{
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
#joblist dl{
	overflow:hidden;
}
#joblist dl dt{
	cursor:pointer;
	border-top:1px solid #ddd;
	overflow:hidden;
	padding:30px 0;
	line-height:30px;
	width:100%;
}
#joblist dl dt.open{
	border-bottom:1px solid #ddd;
}
#joblist dl dt .dt1{
	width:320px;
	float:left;
	overflow:hidden;
	font-size:20px;
	font-weight:bold;
}
#joblist dl dt .dt2,#joblist dl dt .dt3,#joblist dl dt .dt4{
	width:250px;
	float:left;
	overflow:hidden;
	font-size:17px;
	color:#777;
}
#joblist i{
	float:right;
	line-height:30px;
	font-size:30px;
	margin-right:20px;
	color:#777;
	transition:0.6s;
}
#joblist dd{
	padding:30px 0;
	overflow:hidden;
	line-height:30px;
	display:none;
}
#joblist dl dt.open i{
	transform:rotate(180deg);
}
#joblist dl dd .jianli_btn a{
	display:block;
	width:150px;
	height:50px;
	background:url(/web/pic/delivery.png) 15px center no-repeat #333;
	color:#fff;
	font-size:18px;
	padding-left:60px;
	margin-top:40px;
	line-height:50px;
}
/* 电子烟 */
.black{
	background:rgba(0, 0, 0, 0.8)!important;
}
.black #tan_logo{
	text-align:center;
	font-size: 30px;
	color: #fff;
	margin-top: 25px;
	text-transform: uppercase;
}
.black #tan_content{
	margin-top:20px;
	line-height:35px;
	color:#fff;
	font-size:16px;
	padding: 0 25px;
}
.black .layui-layer-btn{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center!important;
}
.black .layui-layer-btn a{
	width:200px!important;
	height:45px!important;
	line-height:45px!important;
	background:none!important;
	border:1px solid #fff!important;
	color:#fff!important;
	font-size: 14px;
}
.black .layui-layer-btn .layui-layer-btn0{
	background: #E70012!important;
	border-color: #E70012!important;
}
/*临时*/
#case_left{
	width: 280px;
	height: 450px;
	overflow: hidden;
	float: left;
	background: #fff;
	padding: 20px 15px 0 15px;
}
#case_left .shang{
	font-size: 40px;
	overflow: hidden;
}
#case_left .xia{
	overflow: hidden;
	line-height: 40px;
	margin-top: 20px;
	color: #666;
}
#scroll2{
	width: 920px;
	float: right;
	overflow: hidden;
}
#scroll2 .owl-prev{
	left:10px;
}
#scroll2 .owl-next{
	right:10px;
}
#scroll2 .owl-prev,
#scroll2 .owl-next{
	background: rgba(255, 255, 255, 0.5);
}
#footer_l_title{
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
#flxxx{
	overflow: hidden;
	margin-top: 35px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 30px;
}



.biaoge2{
	width:100%;
	border-collapse:collapse;
	border:1px solid #ddd;
	border-right:none;
}
.biaoge2 tr th{
	background:#fff;
	border-right:#ddd solid 1px;
	text-align:center;
	padding:10px 0;
	font-size:12px;
	font-weight:normal;
	border-bottom:2px solid #268ec7;
}
.biaoge2 tr td{
	border-right:#ddd solid 1px;
	text-align:center;
	padding:10px;
	font-size:12px;
}
.biaoge2 tr.td_a{
	background:#eee;
}
.biaoge2 tr.td_b{
	background:#fff;
}
.headerword{margin-left:10px;position:relative;width:360px;float:left;height:90px;line-height:90px;font-size:20px;padding-left:20px;}
.headertel{margin-top:36px;width:565px;float:right;text-align:left;}
.headertel ul{}
.headertel ul li{float:right;margin-left:30px;line-height:30px;}
.headertel ul li span{float:left;font-size:20px;margin-right:15px;}
.headertel ul li font{font-size:20px;float:right;}
.headertel ul li i{
	font-size:25px;
	color:#666666;
	line-height:30px;
}


.cp_scroll .owl-prev,
.cp_scroll .owl-next{
	top:135px;
	margin-top: 0;
	right:auto;
}
.cp_scroll .owl-prev{
	left:20px;z-index:9999;
}
.cp_scroll .owl-next{
	right:20px;z-index:9999;
}

.cp_scrollc .owl-prev,
.cp_scrollc .owl-next{
	top:205px;
	margin-top: 0;
	right:auto;
}
.cp_scrollc .owl-prev{
	left:20px;z-index:9999;
}
.cp_scrollc .owl-next{
	right:20px;z-index:9999;
}


.meitipic2{width:286px;float:left;border:1px solid #eeeeee;margin-bottom:31px;background:#fff;}
.meitipic2 dl{}
.meitipic2 dl dt{width:284px;min-height:213px;overflow:hidden;}
.meitipic2 dl dd{}
.meitipic2 dl dd h4{font-size:15px;line-height:44px;background:#4b5b40;color:#fff;}
.meitipic2 dl:hover dd h4{background:#37890e;}
.meitipic2 dl dd h5{font-size:15px;line-height:20px;color:#a6a6a6;}
.meitipic2 dl:hover h4{background:#3e443b;}
.meitipic2 dl:hover h5{color:#000;}
.meitipic2 dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.meitipic2 dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.tubiao{
		height: 55px;
	}


.tubiao i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color:#d51919;
}
.jiashen21 dl:hover i::after{
	color:#ab0808;
	}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 30px;
	color: #d51919;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\ed55";
}
.tubiao.aa-2 i::after{
	content: "\ed57";
	font-size: 40px;
}
.tubiao.aa-3 i::after{
	content: "\e87e";
}
.tubiao.aa-4 i::after{
	content: "\ed53";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}
.bottomtel{
		height: 40px;
	}
.bottomtel i{
		font-family: 'iconfont';
		font-size: 52px;
		color: #aaaaaa;
	}
.navsearch{
width:288px;
float:right;
}
.footer_follow{
	overflow:hidden;
	margin-top: 20px;
	text-align: left;
	margin-left:45px;
}

.footer_follow a{
	margin:0px 15px 0px 0;
	display: inline-block;
	*display:inline;
	*zoom:1;
		border:1px solid #adadad;
		border-radius:100%;
}
.footer_follow img{
	max-width: 25px;
	height:auto;
	vertical-align: middle;
}
.footer_follow i{
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;

	/* background:#fff!important; */
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:15px;
	transition: 0.6s;
	color: #fff;
	border:0;
}
.footer_follow a:hover i{background:#d51919;}
.footer_follow a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	/* background: #DB241C!important; */
}
#indexbg7_kd1{
	margin-right:17px;
}
#profl2{
	border:0;
}
.tuwenlist_hezuo{}
.tuwenlist_hezuo dt{
float:left;
width:19%;
text-align:center;
background:#f9f9f9;
margin-bottom:20px;
}
#hzbg_kd{margin-right:0;}
#hzbg_kd1{margin-right:15px;}
.linksbox{line-height:60px;}
.topyuyan{
float:left;
line-height:94px;
padding-left:10px;
margin-left:10px;
font-size:16px;
background:url(../images/line2.gif) left center no-repeat;
}
.topyuyan a{
color:#aaaaaa;
}
.topyuyan a:hover{
color:#e69900;
}

.index-product-list{
	 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap; 
	
	overflow:hidden;
	text-align:center;
	margin-left: -5px;
	margin-right: -5px;
}
.index-product-list li{
	box-sizing: border-box;
	width: 25%;
	margin-top: -1px;
	height: 624px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	display: flex;
	flex-direction: column; 
	padding: 0 5px;
}

.index-product-list li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-product-list li .pic{
	height: auto;
	overflow: hidden;
}
.index-product-list li .pic img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.index-product-list li .pic:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.index-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 624px;
}
.index-product-list li.wdli-1 .pic img{
	height: 392px;
}
.index-product-list li .cover{
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
	padding: 0 10px;
	color: #fff;
}
.index-product-list li .cover h5{
	text-align: left;
	font-size: 30px;
	height: 95px;
	line-height: 95px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background:url(../images/line1.png) left bottom no-repeat;
	margin-bottom:15px;
}
.index-product-list li .cover .info{
	font-size: 14px;
	line-height: 24px;
	height: 0;
	transition: .5s;
	text-align: left;
}

.index-product-list li:hover .cover .info{
	height: 72px;
	margin-bottom: 10px;
}
.index-product-list li.wdli-1:hover .cover .info{
	height: 96px;
}
#index2_new_m{margin-right:0;}
#index2_new_m1{margin-right:20px;
}
/*滚动新版可以循环*/
.scroll2{
	width:auto;
	overflow:visible;
}
.scroll2 .item1{
	transition: 0.6s;
	position: relative;
	float:left;
	width:294px;
	
}
.scroll2 .item1 dl{text-align:left;border:1px solid #eeeeee;}
.scroll2 .item1 dl dt{height:294px;overflow:hidden;}
.scroll2 .item1 dl dd{padding:14px;}
.scroll2 .item1 dl h4{font-size:16px;line-height:40px;}
.scroll2 .item1 dl h5{font-size:14px;line-height:32px;color:#999999;background:url(../images/line1.jpg) left bottom no-repeat;}
.scroll2 .item1 dl h6{width:130px;line-height:35px;display:block;font-size:14px;text-align:left;}
.scroll2 .item1 dl h6 i{font-size:16px;float:right;margin-right:450px;color:#000000;}
.scroll2 .item1 dl:hover{border:1px solid #4caa07;}
.scroll2 .item1 dl:hover h6 i{color:#4caa07;}
.scroll2 .item1:hover{
	border-color: #268ec7;
}
.scroll2 .item1 dl dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll2 .item1 dl dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.scroll2 .item1 a{
	display: block;width:554px;
	overflow: hidden;
	color:#1c0000;
}
.scroll2 .item1 .pic{
	display:block;
	overflow: hidden;
	position: relative;
	border: 1px solid #dcdcdc; 
	width:294px;
}
.scroll2 .item1:hover .pic{
	border: 1px solid #00a1de; 
}
.scroll2 .item1 .pic .zhezhao{
width:294px;
	height: 100%;
	background: url(/web/pic/jia.png) center center no-repeat rgba(0, 0, 0, 0.3);
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scroll2 .item1:hover .pic .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.scroll2 .item1 img{
	width:294px;
	height: 294px;
	display: block;
	transition: 0.6s;
}
.scroll2 .item1:hover .pic img{
	transform: scale(1.1);
}

.scroll2 .item1 .xia{
	overflow: hidden;
	padding: 20px;
	background:none;
	transition: 0.6s;
	color:#ffffff;
}
.scroll2 .item1:hover .xia{
	background:#00a1de;
	color:#ffffff;
}
.scroll2 .item1 h3{
	font-size: 18px;
	/* transition: 0.6s; */
	display: block;
	font-weight: normal;
	overflow: hidden;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}
.scroll2 .item1:hover h3{
	/* background: #DA0001; */
	color: #fff;
}
.scroll2 .item1 p{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	color: #666;
	height: 50px;
}
.scroll2 .item1 .time{
	color: #999;
	margin-top: 10px;
	display: block;
}
.scroll2 .item1 .detail{
	display: block;
	margin-top: 20px;
	color: #666;
	transition: 0.6s;
}
#scroll3{
}
#scroll3 .owl-prev{
	left:-53px;
}
#scroll3 .owl-next{
	right:-23px;
}
#scroll3 .owl-prev,
#scroll3 .owl-next{
	background:none;
}
.scroll2 .owl-prev,
.scroll2 .owl-next{
	position:absolute;
	width:35px;
	height:35px;
	text-align:center;
	z-index:20;
	top:45%;
	margin-top: -17.5px;
	transition: 0.6s;
	border: 0 solid #ccc;
}
.scroll2 .owl-prev .iconfont,
.scroll2 .owl-next .iconfont{
	line-height: 35px;
	font-size: 38px;
}
.scroll2 .owl-next .iconfont{
	margin-left: 3px;
}
.scroll2 .owl-prev:hover .iconfont,
.scroll2 .owl-next:hover .iconfont{
	color:#e69900;
}

.scroll2 .owl-prev{
	left:-60px;
}
.scroll2 .owl-next{
	right:-60px;
}
.scroll2 .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 600px;
}
.scroll2 .owl-dots .owl-dot{
	width:10px;
	height:10px;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	background:#666;
}
.scroll2 .owl-dots .owl-dot.active{
	background: #e69900;
}
#abgcbg{

}
#abgcbg1{
margin-right:30px;
}
.ycjn6box ul li img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ycjn6box ul li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.indexlink{
margin:20px auto 20px auto;
line-height:30px;
}

.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=88);
        }
.white_content {
            display: none;
            position: absolute;
            top: 190%;
            left: 25%;
            width: 55%;
            height: 70%;
            padding:;
            border: 0 solid black;
            background-color: white;
            z-index:1002;
            overflow: auto;
			background:#000;
        }
.white_content a{
width:30px;
height:30px;
background:orange;
padding:10px;
color:#fff;
}

.indexcases{width:100%;float:left;}
.indexcases dl{}
.indexcases dl dt{width:auto;overflow:hidden;}
.indexcases dl dd{}
.indexcases dl h2{line-height:30px;font-weight:normal;}
.indexcases dl h3{font-weight:normal;}
.indexcases dl h2 font{display:block;font-size:50px;line-height:60px;color:#d8d8d8;}
.indexcases dl h2 span{margin-bottom:15px;display:block;color:#d8d8d8;}
.indexcases dl dd ul{}
.indexcases dl dd ul h3{font-size:18px;line-height:24px;width:277px;padding:10px 0 10px 0;}
.indexcases dl dd ul h4{font-size:14px;line-height:24px;color:#808080;font-weight:normal;}
.indexcases dl dd ul h4 font{display:block;margin-top:15px;color:#808080;}
.indexcases dl dd ul h4 font a{color:#808080;}
.indexcases dl dd ul h4 i{font-size:16px;color:#808080;margin-left:15px;}
.indexcases:hover dl h2 font{color:#f00;}
.indexcases:hover dl h2 span{color:#f00;}
.indexcases:hover dl dd ul h4 a{color:#f00;}
.indexcases:hover dl dd ul h4 i{color:#f00;margin-left:15px;}
.indexcases dl dd ul p{width:277px;color:#7f7f7f;line-height:22px;}

#margin5 a{background:none;}

#gwsj{}
#gwsj li{font-size:14px;line-height:23px;color:#999999;text-align:center;margin-bottom:11px;}
#gwsj li a{color:#999999;}
#gwsj li a:hover{color:#ff0000;}
#gwsj li i{float:left;font-size:15px;color:#fff;width:23px;height:23px;border-radius:100%;display:block;}
#gwsj li font{display:block;float:left;text-align:left;background:#f00;}

#others{float:right;}
#others a{color:#fff;}
#others a:hover{color:#f00;}

.jiashen1{
margin-top:40px;
}
.jiashen1_left{
width:670px;
float:left;
text-align:left;
}
.jiashen1_left h2{
font-size:36px;
line-height:75px;
}
.jiashen1_left h3{
font-size:20px;
line-height:45px;
margin-bottom:20px;
}
.jiashen1_left p{
font-size:16px;
line-height:32px;
margin-bottom:20px;
}
.jiashen1_left h4{
font-size:20px;
width:220px;
height:55px;
line-height:55px;
text-align:center;
margin-top:40px;
background:#d51919;
color:#fff;
}
.jiashen1_left h4:hover{
background:#b50b0b;
}
.jiashen1_right{
width:700px;
float:right;
cursor:pointer;
overflow:hidden;
}
.jiashen1_right img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jiashen1_right:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.jiashen2{
background:url(/web/pic/bg1.jpg) top center no-repeat;
height:1043px;
margin-top:40px;
padding-top:90px;
}
.jiashen21{

}
.jiashen21 dl{
float:left;
width:335px;
text-align:left;
}
.jiashen21 dl dt{
width:40px;
float:left;
}
.jiashen21 dl dd{
width:286px;
float:right;
text-align:left;
}
.jiashen21 dl dd h2{
line-height:45px;
font-weight:Normal;
font-size:18px;
}
.jiashen21 dl dd h3{
line-height:25px;
font-weight:Normal;
font-size:16px;
color:#808080;
}
.jiashen22{
text-align:center;
color:#fff;
padding-top:135px;
}
.jiashen22 h2{
font-size:36px;
line-height:70px;
margin-bottom:40px;
}
.jiashen22 h3{
font-size:16px;
line-height:30px;
font-weight:normal;
margin-bottom:40px;
}

#profl2{
margin-right:0;
}
#profl5{
margin-right:0;
}
#profl8{
margin-right:0;
}
#profl11{
margin-right:0;
}
.jiashen3{
margin-top:40px;
}

.tubiao2{
		height: 55px;
	}


.tubiao2 i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color:#232943;
}
.jiashen3 dl:hover i::after{
	color:#151d40;
	}
.tubiao2 i::after{
	font-family: "iconfont" !important;
	font-size: 45px;
	color: #232943;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao2.aa-1 i::after{
	content: "\ed56";
}
.tubiao2.aa-2 i::after{
	content: "\ecc5";
}
.tubiao2.aa-3 i::after{
	content: "\ed50";
}
.tubiao2.aa-4 i::after{
	content: "\e77c";
}
.tubiao2.aa-5 i::after{
	content: "\e74f";
}
.tubiao2.aa-6 i::after{
	content: "\e74b";
}

.jiashen3 dl{
float:left;
width:440px;
text-align:left;
cursor:pointer;

}
.jiashen3 dl dt{
width:80px;
}
.jiashen3 dl dd{
width:286px;
text-align:left;
}
.jiashen3 dl dd h2{
line-height:45px;
font-weight:Normal;
font-size:18px;
}
.jiashen3 dl dd h3{
line-height:25px;
font-weight:Normal;
font-size:16px;
color:#232943;
}
.jiashen3bk_1{
border-right:1px dashed #dcdcdc;
}
.jiashen3bk_2{
padding-left:70px;
border-right:1px dashed #dcdcdc;
}
.jiashen3bk_3{
padding-left:70px;
border:0; 
}
.jiashen4{
background:url(/web/pic/bg2.jpg) top center no-repeat;
height:750px;
margin-top:50px;
padding-top:90px;
}
.jiashen4box{
color:#fff;
}
.botto_tel{
margin-top:10px;
}
.botto_tel1{
display:block;
float:left;
width:45px;
line-height:45px;
color:#adadad;
}
.botto_tel2{
display:block;
float:left;
width:150px;
color:#adadad;
line-height:45px;
}
.botto_tel3{
display:block;
float:left;
width:220px;
font-size:22px;
line-height:45px;
color:#d51919;
font-weight:bold;
}
.botto_tel1 i{
font-size:24px;
margin-left:3px;
}
.jiashen22 ul{

}
.jiashen22 ul li{
float:left;
width:225px;
height:auto;
cursor:pointer;
overflow:hidden;
margin-bottom:10px;
}
.jiashen22 ul li img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jiashen22 ul li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.jiashen22 ul li img{
width:100%;
height:auto;
}
#product_index2{

}
#product_index12{
margin-right:10px;

}
.in_baojia{
display:block;
width:140px;
height:35px;
line-height:35px;
background:#d61919;
border-radius:10px;
color:#fff;
text-align:center;
margin:0 auto;
}
.in_baojia:hover{
background:#b40c0c;
}
.biaoge_cate{
	width:100%;
	margin-top:20px;
	border-collapse:collapse;fotn-weight:normal;
}
.biaoge_cate i{
font-size:30px;
color:#821010;
}
.biaoge_cate tr td,.biaoge_cate tr th{
	border:#ccc solid 1px;
  padding:10px;
	text-align: left;
	fotn-weight:normal;
}
#nhzbg_kd1{
margin-right:45px;
}
#nhzbg_kd{
margin-right:0;
}
#product_kdb1{
background:#eeeeee;
}
#product_kdb{
background:none;
}